Date: Tue, 15 Jul 1997 16:57:20 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-current@FreeBSD.ORG Cc: rbezuide@oskar.nanoteq.co.za (Reinier Bezuidenhout) Subject: Re: PANIC on 3.0-SNAP and dd Message-ID: <19970715165720.OS12160@uriah.heep.sax.de> In-Reply-To: <199707151321.PAA28934@oskar.nanoteq.co.za>; from Reinier Bezuidenhout on Jul 15, 1997 15:21:09 %2B0200 References: <199707151321.PAA28934@oskar.nanoteq.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
As Reinier Bezuidenhout wrote: > Fatal trap 10: integer divide fault while in kernel mode > Instruction pointer = 0x8:0xf019ce4c > stack pointer = 0x10:0xf553bdbc > frame pointer = 0x10:0xf553bdd0 > 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 = 261 (dd) > interrupt mask = > trap number = 10 > panic: integer divide fault > --------------------------------- > > I know I'm living on the "bleeding edge", but can anyone help > me ??? :) Seems the modulo operating with worm->blk_size failed. blk_size is not supposed to be 0 at this stage, however. It should be set correctly inside the prepare_track functions. Can you try digging deeper with DDB? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970715165720.OS12160>