From owner-freebsd-stable@FreeBSD.ORG Thu Sep 18 11:58:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF4816A4D6 for ; Thu, 18 Sep 2003 11:58:47 -0700 (PDT) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF71743F75 for ; Thu, 18 Sep 2003 11:58:45 -0700 (PDT) (envelope-from franklin@statix.net) Received: from [192.168.1.100] ([212.187.98.104]) by amsfep11-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030918185844.GPIQ4496.amsfep11-int.chello.nl@[192.168.1.100]> for ; Thu, 18 Sep 2003 20:58:44 +0200 From: Franklin Kingma To: stable@freebsd.org Date: Thu, 18 Sep 2003 20:58:47 +0200 User-Agent: KMail/1.5.3 References: <8064.1063832697@www42.gmx.net> <12313092686.20030917232730@xs4all.nl> In-Reply-To: <12313092686.20030917232730@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309182058.47575.franklin@statix.net> Subject: Re: "init 0" kernel panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:58:48 -0000 On Wednesday 17 September 2003 23:27, Dimitry Andric wrote: > On 2003-09-17 at 23:04:57 udo.krebelder@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