From owner-freebsd-current@FreeBSD.ORG Thu Jul 1 17:50:27 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 2172616A4CF for ; Thu, 1 Jul 2004 17:50:27 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A235C43D58 for ; Thu, 1 Jul 2004 17:50:26 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pandora.afflictions.org (Postfix) with ESMTP id 9A12878C7C for ; Thu, 1 Jul 2004 13:51:51 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 917DE170C3; Thu, 1 Jul 2004 13:49:46 -0400 (EDT) Date: Thu, 1 Jul 2004 13:49:46 -0400 From: Damian Gerow To: current@freebsd.org Message-ID: <20040701174946.GB29340@afflictions.org> Mail-Followup-To: current@freebsd.org References: <20040701155459.GB34978@afflictions.org> <20040701170015.GA29451@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040701170015.GA29451@afflictions.org> X-Operating-System: FreeBSD 5.2-CURRENT on a i386 X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i Subject: Panic in "irq15: ata1" (perhaps just ATAPICAM...?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 01 Jul 2004 17:50:27 -0000 Okay, I can't exactly reproduce the orignal panic (I think -- these might all be related), but here's another cdparanoia panic. I am using ATAPICAM, which I vaguely remember has caused some issues with other people. Note that this ocurred after I let bgfsck run its course. First off, a 'dmesg | grep ata1': ata1: at 0x170 irq 15 on atapci0 acd0: CDRW at ata1-master PIO4 acd1: DVDROM at ata1-slave PIO4 cd0 at ata1 bus 0 target 0 lun 0 cd1 at ata1 bus 0 target 1 lun 0 Now the actual panic: Fatal trap 12: page fault while in kernel mode cpuod = 0; apic id = 00 fault virtual address = 0xc1cad220 fault code = supervisor read, page not present instruction pointer = 0x8:0xc049a4a9 stack pointer = 0x10:0xd42bac74 frame pointer = 0x10:0xd42baca8 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 = 26 (irq15: ata1) kernel: type 12 trap, code=0 Stopped at ata_pio_read+0x64: repe insw %dx,%es:(%edi) db> examine ata_pio_read+0x64: eb6d66f3 db> trace ata_pio_read(c1ca5168,12,52e19674,d42bacdc,12) at ata_pio_read+0x64 ata_generic_interrupt(c1a7d600,0,0,0,0) at ata_generic_interrupt+0x473 ithread_loop(c19c2400,d42bad48,0,0,c19c2400) at ithread_loop+0x19c fork_exit(c05217c3,c19c2400,d42bad48) at fork_exit+0x7a fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xd42bad7c, ebp = 0 --- db> reset Me being a n00b, I have no idea what's going on. But I /do/ know that I can reliably produce a panic while ripping this CD. - Damian