From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 20:42:48 2003 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 EC2C316A4CE for ; Thu, 4 Dec 2003 20:42:48 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D56D43FA3 for ; Thu, 4 Dec 2003 20:42:46 -0800 (PST) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (cae88-51-165.sc.rr.com [24.88.51.165]) hB54gguE010817; Thu, 4 Dec 2003 23:42:42 -0500 (EST) Received: from volatile.chemikals.org (morganw@localhost [127.0.0.1]) hB54gfo6083533; Thu, 4 Dec 2003 23:42:41 -0500 (EST) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost)hB54gfAs083530; Thu, 4 Dec 2003 23:42:41 -0500 (EST) (envelope-from morganw@chemikals.org) X-Authentication-Warning: volatile.chemikals.org: morganw owned process doing -bs Date: Thu, 4 Dec 2003 23:42:41 -0500 (EST) From: Wesley Morgan To: Doug White In-Reply-To: <20031204171445.P78953@carver.gumbysoft.com> Message-ID: <20031204233917.S83022@volatile.chemikals.org> References: <20031204165637.H76565@volatile.chemikals.org> <20031204171445.P78953@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: current@freebsd.org Subject: Re: kernel hangs during boot 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: Fri, 05 Dec 2003 04:42:49 -0000 On Thu, 4 Dec 2003, Doug White wrote: > If you can break into ddb ok, grab the trace if its interesting. I'm > curious if its jamming in something storage-related. It doesn't look too terribly interesting (man i wish ddb wrote to the system buffer) I copied the parts that appear most relevant :) sgetc() + 0x3da skbdevent() + 0x1e0 atkbd_intr() + 0x2c atkbd_isa_intr() + 0x21 ithread_loop(c18aac80, d6c2cd48, f4bca2c8, 8c806f1, 429493c4) at ithread_loop + 0x1d8 fork_exit() fork_trampoline() > On Thu, 4 Dec 2003, Wesley Morgan wrote: > > > Just tried to boot a new kernel on my laptop since the ACPI code was > > modular and OHCI was finally fixed, and instead of booting it hangs > > right after (or during?) the ATA probe: > > > > ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin > > ata0-master: setting PIO4 on AcerLabs Aladdin chip > > ata0-master: setting UDMA66 on AcerLabs Aladdin chip > > GEOM: create disk ad0 dp=0xc427ab60 > > ad0: ATA-5 disk at ata0-master > > ad0: 28615MB (58605120 sectors), 58140 C, 16 H, 63 S, 512 B > > ad0: 16 secs/int, 1 depth queue, UDMA66 > > (probe0:ata0:0:0:0): error 22 > > (probe0:ata0:0:0:0): Unretryable Error > > (probe1:ata0:0:1:0): error 22 > > (probe1:ata0:0:1:0): Unretryable Error > > ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin > > ata1-master: setting PIO4 on AcerLabs Aladdin chip > > acd0: CDRW drive at ata1 as master > > acd0: read 4134KB/s (4134KB/s) write 1377KB/s (1377KB/s), 2048KB buffer, PIO4 > > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet > > acd0: Writes: CDR, CDRW, test write, burnproof > > acd0: Audio: play, 256 volume levels > > acd0: Mechanism: ejectable tray, unlocked > > acd0: Medium: 120mm data disc > > (probe1:ata1:0:1:0): error 22 > > (probe1:ata1:0:1:0): Unretryable Error > > (probe2:ata0:0:0:0): error 22 > > (probe2:ata0:0:0:0): Unretryable Error > > (probe3:ata0:0:1:0): error 22 > > (probe3:ata0:0:1:0): Unretryable Error > > (probe1:ata1:0:1:0): error 22 > > (probe1:ata1:0:1:0): Unretryable Error > > (probe0:ata1:0:0:0): Retrying Command > > (probe0:ata1:0:0:0): error 22 > > (probe0:ata1:0:0:0): Unretryable Error > > (probe0:ata1:0:0:0): Retrying Command > > (probe0:ata1:0:0:0): error 22 > > (probe0:ata1:0:0:0): Unretryable Error > > pass0 at ata1 bus 0 target 0 lun 0 > > pass0: Removable CD-ROM SCSI-0 device > > pass0: 16.000MB/s transfers > > GEOM: create disk cd0 dp=0xc4271600 > > cd0 at ata1 bus 0 target 0 lun 0 > > cd0: Removable CD-ROM SCSI-0 device > > cd0: 16.000MB/s transfers > > cd0: cd present [2156415 x 2048 byte records] > > acpi_cmbat1: battery initialization failed, giving up > > panic: from debugger > > Stack backtrace: > > > > > > ACPI as a module doesn't seem to be the culprit, nor does atapicam or even > > atapicd. Pulling out the dvd drive still hangs. My working kernel is from > > Nov 18, so I'm at a loss to exactly when this problem showed up. > > > > > > > > -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!