From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 22:57:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FD516A4CF for ; Sun, 29 Aug 2004 22:57:17 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E309243D3F for ; Sun, 29 Aug 2004 22:57:16 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so50308rnl for ; Sun, 29 Aug 2004 15:57:16 -0700 (PDT) Received: by 10.38.73.36 with SMTP id v36mr681763rna; Sun, 29 Aug 2004 15:57:16 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Sun, 29 Aug 2004 15:57:16 -0700 (PDT) Message-ID: <790a9fff040829155742846d42@mail.gmail.com> Date: Sun, 29 Aug 2004 17:57:16 -0500 From: Scot Hetzel To: freebsd-current@freebsd.org In-Reply-To: <790a9fff040825071252f4e43a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <790a9fff040825071252f4e43a@mail.gmail.com> cc: Søren Schmidt Subject: Re: Kernel Crash in ata_pio_read X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 22:57:17 -0000 On Wed, 25 Aug 2004 09:12:37 -0500, Scot Hetzel wrote: > I have been experiencing a problem where the computer will boot upon > power up the first time, but a reboot of the system causes a Fatal > trap 12. > Powering the system off for 5-30 mins, still won't allow it to boot > when powered up. But, turn it off at night (12 mid), and then boot it > up in the morning (7:30) and the first boot succeeds. > > Below is a hand transcribe of the dmesg and debugger output: > > ATAPI_RESET time = 330us > ad0: 26105mb [53040/16/63] at ata0-master BIOSPIO > acd0: WARNING - MODE_SENSE_BIG interrupt was seen but taskqueue stalled > acd0: WARNING - MODE_SENSE_BIG DONEDRQ non conformant device > acd0: WARNING - MODE_SENSE_BIG read data overrun 65535>5 > acd0: WARNING no status, reselecting device > acd0: WARNING - MODE_SENSE_BIG DONEDRQ non conformant device > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0xc14927f0 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc04ba248 > stack pointer = 0x10:0xc7a69c68 > frame pointer = 0x10:0xc7a69c68 > 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 = 28 (swi5: clock sio) > [thread 100000] > stopped at ata_pio_read+0x68: repe insw %dx,%es:(%edi) > I don't experience this problem with a current 5.3 kernel that is using the 6.0 ata driver. Thanks for the fix. Scot