"init 0" kernel panic

Franklin Kingma franklin at statix.net
Thu Sep 18 11:58:48 PDT 2003


On Wednesday 17 September 2003 23:27, Dimitry Andric wrote:
> On 2003-09-17 at 23:04:57 udo.krebelder at gmx.at wrote:
> > The command "init 0" causes a kernel panic on my freebsd
> > 4.9-PRERELEASE machine. This does not happen with FreeBSD
> > 4.5-RELEASE.   Any suggestions?
>
> Please read:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TRAP
>-12-PANIC
>
> and the related:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-P
>ANIC-TROUBLESHOOTING
>
> Without any additional information from you, it is impossible to do
> any diagnosis...

init-0 also causes a kernel panic on my machine, i followed the instructions 
on the page, with these results: (last part of the instruction pointer is 
0xc0347e8b)

what can i tell from this?

regards, 

franklin kingma

devil# nm -n kernel | grep c0347e
c0347eab t sw1

devil# nm -n kernel | grep c0347
c0347020 t i386_protection_init
c0347060 T pmap_mapdev
c0347260 T pmap_unmapdev
c0347400 T pmap_mincore
c0347560 T pmap_activate
c03475f0 T pmap_addr_hint
c0347620 T pmap_invalidate_page
c0347640 T pmap_invalidate_range
c03476e0 T pmap_invalidate_all
c0347700 T pmap_kenter
c0347720 T pmap_kremove
c0347740 t pmap_changebit
c034786c T bzero
c0347874 T generic_bzero
c0347890 T i686_pagezero
c03478d0 T fillw
c03478e4 T bcopyb
c0347910 T bcopy
c0347918 T generic_bcopy
c0347960 T memcpy
c0347984 T copyout
c034798c T generic_copyout
c03479cb t done_copyout
c03479e0 t copyout_fault
c03479fc T copyin
c0347a04 T generic_copyin
c0347a54 t copyin_fault
c0347a70 T casuptr
c0347ab8 T fuword
c0347ae4 T fuword32
c0347aec T fuswintr
c0347aec T suswintr
c0347af4 T fuword16
c0347b20 T fubyte
c0347b4c t fusufault
c0347b60 T suword
c0347b94 T suword32
c0347b9c T suword16
c0347bd4 T subyte
c0347c0c T copyinstr
c0347c5d t cpystrflt
c0347c62 t cpystrflt_x
c0347c88 T copystr
c0347cc0 T bcmp
c0347ce8 T lgdt
c0347d14 T ssdtosd
c0347d44 T reset_dbregs
c0347d5c T setjmp
c0347d78 T longjmp
c0347d94 T __bb_init_func
c0347db0 T cpu_throw
c0347df4 T cpu_switch
c0347eab t sw1
c0347f61 T cpu_switch_load_gs
c0347fa8 T savectx



More information about the freebsd-stable mailing list