From owner-freebsd-current@FreeBSD.ORG Thu Jan 6 21:21:01 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 12EAD16A4F6 for ; Thu, 6 Jan 2005 21:21:01 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E9843D2F for ; Thu, 6 Jan 2005 21:21:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7631 invoked from network); 6 Jan 2005 21:21:00 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 6 Jan 2005 21:21:00 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id j06LKeB9083753; Thu, 6 Jan 2005 16:20:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-current@FreeBSD.org Date: Thu, 6 Jan 2005 14:13:25 -0500 User-Agent: KMail/1.6.2 References: <16828.43407.371240.559156@ran.psg.com> In-Reply-To: <16828.43407.371240.559156@ran.psg.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200501061413.25952.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Randy Bush Subject: Re: panic in 2004.11.30 current 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, 06 Jan 2005 21:21:01 -0000 On Sunday 12 December 2004 03:26 pm, Randy Bush wrote: > db> trace > Tracing pid 27 tid 100001 td 0xc155f180 > propagate_priority(c155f180,c17df900,c051705d,87,c05045f0) at > propagate_priority+0x84 turnstile_wait(c0693a40,c17df900,7,4,d3f63cd4) at > turnstile_wait+0x33c _mtx_lock_sleep(c0693a40,c155f180,0,0,0) at > _mtx_lock_sleep+0xb4 > softclock(0,0,0,0,120003) at softclock+0x25a > ithread_loop(c1551400,d3f63d48,0,0,0) at ithread_loop+0x1a8 > fork_exit(c04d7ee0,c1551400,d3f63d48) at fork_exit+0x7f > fork_trampoline() at fork_trampoline+0x8 > --- trap 0x1, eip = 0, esp = 0xd3f63d7c, ebp = 0 --- > > # uname -a > FreeBSD foo.bar.com 6.0-CURRENT FreeBSD 6.0-CURRENT #13: Tue Nov 30 > 20:38:02 GMT 2004 root@foo.bar.com:/usr/obj/usr/src/sys/foo i386 You didn't say what the panic was, but probably some other code has a bug in that it went to sleep while holding the mutex 0xc0693a40, which WITNESS will tell you about if/when it happens. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org