From owner-freebsd-current@FreeBSD.ORG Tue May 10 08:51:34 2005 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 3F56416A4F0 for ; Tue, 10 May 2005 08:51:34 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A2F43D46 for ; Tue, 10 May 2005 08:51:33 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 48EB07D7 for ; Tue, 10 May 2005 04:51:29 -0400 (EDT) Received: from thinkdog.local.linnet.org (host217-40-157-153.in-addr.btopenworld.com [217.40.157.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 20B608E for ; Tue, 10 May 2005 04:51:28 -0400 (EDT) Received: from lists by thinkdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1DVQSd-0001uT-13 for freebsd-current@freebsd.org; Tue, 10 May 2005 09:51:27 +0100 Date: Tue, 10 May 2005 09:51:27 +0100 From: Brian Candler To: freebsd-current@freebsd.org Message-ID: <20050510085126.GA7327@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: halt -p causes panic 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: Tue, 10 May 2005 08:51:34 -0000 FreeBSD -CURRENT as of about 08:30 UTC yesterday, 2005-05-09 Old Dell P3-600MHz system. # halt -p ... All buffers synced. unmount of /dev/failed (BUSY) Uptime: 17h20m43s panic: Assertion mtx_unowned(m) failed at ..../usr/src/sys/kern/kern_mutex.c:867 cpuid = 0 KDB: enter: panic [thread pid 32 tid 100022 ] Stoped at kdb_enter+0x2b: nop db> trace Tracing pid 32 tid 100022 td 0xc1521180 kdb_enter(c08bfd6e) at kdb_enter+0x2b panic(...) at panic+0x127 mtx_destroy(...) at mtx_destroy+0x39 ntoskrnl_workitem_thread(...) at ntoskrnl_workitem_thread+0xca fork_exit(...) at fork_exit+0xa0 fork_trampoline(...) at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xcca16d6c, ebp = 0 --- db> ps ... 22 c1542c00 0 0 0 0000204 [IWAIT] irq11: ifpi0 xl0+ IRQ 11 is used by: $ dmesg | grep -i "irq.*11" pci_link0: irq 11 on acpi0 pci_link3: irq 11 on acpi0 uhci0: port 0xcce0-0xccff irq 11 at device 7.2 on pci0 ifpi0: port 0xdce0-0xdcff mem 0xfafffc00-0xfafffc1f irq 11 at device 9.0 on pci2 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xcc00-0xcc7f mem 0xff201000-0xff20107f irq 11 at device 17.0 on pci0 Regards, Brian.