Project

General

Profile

Bug #1826

Updated by tuxillo almost 2 years ago

The last kernel panics during boot. 
 
 Additionally, function names were replaced by random ascii characters: 

 <pre> 
 

 Mounting NFS filesystems: 
 
 panic: assertion: so->so_port == &curthread->td_msgport in tcp_input 
 
 mp_lock = 00000000; cpuid = 0 
 
 Trace beginning at frame 0xfffffffe2f2d9750 
 
 [random ascii junk]() at [random ascii junk]() + 0x239 
 
 [...] 
 
 à�äiչ 
 
 [...] 
 
 Debugger("panic") 

 </pre> 
 

 This particular kernel was built with the SOCKBUF_DEBUG and MBUF_DEBUG 
 
 options. 

 

 Coredump files are at the usual place: 
 
 http://www.wolfpond.org/crash.dfly/

Back