From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 10:53:53 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763C9106564A for ; Wed, 25 Feb 2009 10:53:53 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160]) by mx1.freebsd.org (Postfix) with ESMTP id 13B3D8FC17 for ; Wed, 25 Feb 2009 10:53:52 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n1PArqsl021106; Wed, 25 Feb 2009 10:53:52 GMT (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n1PArp3v021105; Wed, 25 Feb 2009 10:53:51 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Manfred Antar In-Reply-To: <200902250259.n1P2xvYh001449@pozo.com> References: <200902250259.n1P2xvYh001449@pozo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 25 Feb 2009 10:53:50 +0000 Message-Id: <1235559230.15704.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port Cc: current@FreeBSD.org Subject: Re: Fatal trap 18 on Current 1386 since Saturday 14 Feb 2009 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 10:53:53 -0000 On Tue, 2009-02-24 at 18:59 -0800, Manfred Antar wrote: > I have not been able to boot a new kernel since the 14th > It stops here: > > GEOM: new disk ad0 > ata1: reiniting channel .. > ata1: reset tp1 mask=03 ostat0=00 ostat1=00 > ata1: stat0=0x7f err=0x01 lsb=0x7f msb=0x7f > ata1: stat1=0x80 err=0x01 lsb=0x14 msb=0xeb > ata1: stat1=0x80 err=0x01 lsb=0x14 msb=0xeb > ata1: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb > ata1: reset tp2 stat0=7f stat1=00 devices=0x20001 > ata1: Identifying devices: 00020001 > ata1: New devices: 00020000 > ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=40 wire > > > Fatal trap 18: integer divide fault while in kernel mode > instruction pointer = 0x20:0xc08e825b > stack pointer = 0x28:0xc693b754 > frame pointer = 0x28:0xc693b7c8 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 12 (swi4: clock) > [thread pid 12 tid 100004 ] > Stopped at __qdivrem+0x3b: divl %ecx,%eax Are you dropped into the debugger ("db>" prompt) here? If so, can you issue the command "bt" and show the results? (if you don't have the debugger compiled into the kernel, you need "options DDB", "options KDB" and "makeoptions DEBUG=-g" in your kernel config file). Gavin