From owner-freebsd-current Wed Jul 24 19:15:57 2002 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 DAB7437B400 for ; Wed, 24 Jul 2002 19:15:46 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC2D43E6A for ; Wed, 24 Jul 2002 19:15:46 -0700 (PDT) (envelope-from cd5697@albany.edu) Received: from dhcp160-88-151-24.wd01-c3.cpe.charter-ne.com ([24.151.88.160] helo=ftp.crustpunk.org) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17XYAL-0004Kb-00 for current@freebsd.org; Wed, 24 Jul 2002 19:15:45 -0700 Received: from craig by ftp.crustpunk.org with local (Exim 3.35 #1 (Debian)) id 17XYpv-0004Du-00 for ; Wed, 24 Jul 2002 21:58:43 -0500 Date: Wed, 24 Jul 2002 21:58:43 -0500 To: current@FreeBSD.org Subject: Re: Here's my most recent crash.. Message-ID: <20020725025843.GA16221@ftp.crustpunk.org> References: <20020724234939.GA422@blarf.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020724234939.GA422@blarf.homeip.net> User-Agent: Mutt/1.4i From: Craig Dooley Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have the same problem. heres my debug dump. It seems to happen to me always when sound is playing. I also get pages of warnings about pcm and could sleep with lock. /usr/src/sys/vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from /usr/src/sys/dev/sound/pcm/dsp.c:690 /usr/src/sys/vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from /usr/src/sys/dev/sound/pcm/dsp.c:713 /usr/src/sys/vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from /usr/src/sys/dev/sound/pcm/sound.c:191 and so on. actually it's flooded dmesg enough that I cant get to any useful information without going back a couple message.x's. buildworld and kernel built from yesterdays sources. dmesg: Jul 24 18:09:49 filth kernel: FreeBSD 5.0-CURRENT #0: Tue Jul 16 22:17:19 EDT 2002 Jul 24 18:09:50 filth kernel: root@:/usr/obj/usr/src/sys/CUSTOM Jul 24 18:09:50 filth kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc04d3000. Jul 24 18:09:50 filth kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04d30a8. Jul 24 18:09:50 filth kernel: Timecounter "i8254" frequency 1193182 Hz Jul 24 18:09:50 filth kernel: Timecounter "TSC" frequency 1000040473 Hz Jul 24 18:09:50 filth kernel: CPU: AMD Athlon(tm) Processor (1000.04-MHz 686-class CPU) Jul 24 18:09:50 filth kernel: Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Jul 24 18:09:50 filth kernel: Features=0x183f9ff Jul 24 18:09:50 filth kernel: AMD Features=0xffffffffc0440000 Jul 24 18:09:50 filth kernel: real memory = 536805376 (524224K bytes) Jul 24 18:09:50 filth kernel: avail memory = 515616768 (503532K bytes) Jul 24 18:09:50 filth kernel: Pentium Pro MTRR support enabled Jul 24 18:09:50 filth kernel: Using $PIR table, 9 entries at 0xc00fde50 Jul 24 18:09:50 filth kernel: npx0: on motherboard Jul 24 18:09:50 filth kernel: npx0: INT 16 interface Jul 24 18:09:50 filth kernel: acpi0: on motherboard Jul 24 18:09:50 filth kernel: acpi0: power button is handled as a fixed feature programming model. Jul 24 18:09:50 filth kernel: Timecounter "ACPI-fast" frequency 3579545 Hz Jul 24 18:09:50 filth kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x 4008-0x400b on acpi0 Jul 24 18:09:50 filth kernel: acpi_cpu0: on acpi0 Jul 24 18:09:50 filth kernel: acpi_button0: on acpi0 Jul 24 18:09:50 filth kernel: acpi_button1: on acpi0 Jul 24 18:09:50 filth kernel: acpi_pcib0: port 0x6000-0x607f,0 x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0 Jul 24 18:09:50 filth kernel: pci0: on acpi_pcib0 Jul 24 18:09:50 filth kernel: pcib1: at device 1.0 on pci0 Jul 24 18:09:50 filth kernel: pci1: on pcib1 Jul 24 18:09:50 filth kernel: pci1: at device 0.0 (no driver attached) Jul 24 18:09:50 filth kernel: isab0: at device 7.0 on pci0 Jul 24 18:09:50 filth kernel: isa0: on isab0 Jul 24 18:09:50 filth kernel: atapci0: port 0xd00 0-0xd00f at device 7.1 on pci0 Jul 24 18:09:50 filth kernel: atapci0: Correcting VIA config for southbridge data corruption bug Jul 24 18:09:50 filth kernel: ata0: at 0x1f0 irq 14 on atapci0 Jul 24 18:09:50 filth kernel: ata1: at 0x170 irq 15 on atapci0 Jul 24 18:09:50 filth kernel: uhci0: port 0xd400-0xd41f irq 5 at device 7.2 on pci0 Jul 24 18:09:50 filth kernel: usb0: on uhci0 Jul 24 18:09:50 filth kernel: usb0: USB revision 1.0 Jul 24 18:09:50 filth kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jul 24 18:09:50 filth kernel: uhub0: 2 ports with 2 removable, self powered Jul 24 18:09:50 filth kernel: uhub0: port error, restarting port 1 Jul 24 18:09:50 filth kernel: uhub0: port error, giving up port 1 Jul 24 18:09:50 filth kernel: ums0: Microsoft Microsoft IntelliMouse Explorer, rev 1.10/1.07, addr 2, iclass 3/1 Jul 24 18:09:50 filth kernel: ums0: 5 buttons and Z dir. Jul 24 18:09:50 filth kernel: uhub0: port error, restarting port 2 Jul 24 18:09:50 filth kernel: uhub0: port error, giving up port 2 Jul 24 18:09:50 filth kernel: uhub1: Texas Instruments UT-USB41 hub, class 9/0, rev 1.10/1.10, addr 3 Jul 24 18:09:50 filth kernel: uhub1: 4 ports with 4 removable, self powered Jul 24 18:09:50 filth kernel: ugen0: Gravis GamePad Pro USB, rev 1.00/2.00, addr 4 Jul 24 18:09:50 filth kernel: uhci1: port 0xd800-0xd81f irq 5 at device 7.3 on pci0 Jul 24 18:09:50 filth kernel: usb1: on uhci1 Jul 24 18:09:50 filth kernel: usb1: USB revision 1.0 Jul 24 18:09:50 filth kernel: uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00 , addr 1 Jul 24 18:09:50 filth kernel: uhub2: 2 ports with 2 removable, self powered Jul 24 18:09:50 filth kernel: uhub2: port error, restarting port 1 Jul 24 18:09:50 filth kernel: uhub2: port error, giving up port 1 Jul 24 18:09:50 filth kernel: uhub2: port error, restarting port 2 Jul 24 18:09:50 filth kernel: uhub2: port error, giving up port 2 Jul 24 18:09:50 filth kernel: pcm0: port 0xdc00-0xdc1f irq 5 at device 8.0 on pci0 Jul 24 18:09:50 filth kernel: pci0: at device 9.0 (no driver attached) Jul 24 18:09:50 filth kernel: pci0: at device 9.1 (no driver attach ed) Jul 24 18:09:50 filth kernel: dc0: port 0xe400-0xe47f mem 0xdf001000-0xdf00107f irq 10 at device 13.0 on pci0 Jul 24 18:09:50 filth kernel: dc0: Ethernet address: 00:40:f6:84:cc:e8 Jul 24 18:09:50 filth kernel: miibus0: on dc0 Jul 24 18:09:50 filth kernel: dcphy0: on miibus0 Jul 24 18:09:50 filth kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseT X-FDX, auto Jul 24 18:09:50 filth kernel: ahc0: por t 0xe800-0xe8ff mem 0xdf003000-0xdf003fff irq 11 at device 17.0 on pci0 Jul 24 18:09:50 filth kernel: aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/2 53 SCBs Jul 24 18:09:50 filth kernel: sio0 port 0x3f8-0x3ff irq 4 on acpi0 Jul 24 18:09:50 filth kernel: sio0: type 16550A Jul 24 18:09:50 filth kernel: atkbdc0: port 0x64,0 x60 irq 1 on acpi0 Jul 24 18:09:50 filth kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Jul 24 18:09:50 filth kernel: kbd0 at atkbd0 Jul 24 18:09:50 filth kernel: orm0: