From owner-freebsd-bugs Fri Mar 31 03:13:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA14179 for bugs-outgoing; Fri, 31 Mar 1995 03:13:54 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA14168 for ; Fri, 31 Mar 1995 03:13:50 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id DAA16330; Fri, 31 Mar 1995 03:13:35 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id DAA00224; Fri, 31 Mar 1995 03:13:35 -0800 Message-Id: <199503311113.DAA00224@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: ROBIN@ptnsct.nis.za (Robin Hunt) cc: bugs@FreeBSD.org Subject: Re: NPX problem on 486? In-reply-to: Your message of "Fri, 31 Mar 95 11:51:18 +0200." <950331115118.28d44@ptnsct.nis.za> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 31 Mar 1995 03:13:30 -0800 Sender: bugs-owner@FreeBSD.org Precedence: bulk >npx0 on motherboard >npx0 INT 16 interface > >then it panics with the following error: > >Fatal trap 18: integer divide fault while in kernel mode >Instruction Pointer: 0x8:0xf016e9f8 (see end for kernel listing of this addr) ... >f016e948 T _bounds_check_with_label <--- Somewhere around here... >f016ea20 T _disk_externalize The bounds_check_with_label routine is on its way out and should be gone in the next snapshot (in 1-2 weeks). Something isn't quite right with your disk label/drive parameters as sensed by the kernel...and is dividing by zero at: bp->b_cylin = bp->b_pblkno / lp->d_secpercyl; ...in the routine. -DG