From owner-freebsd-current@FreeBSD.ORG Thu Sep 4 08:09:55 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 819351065673; Thu, 4 Sep 2008 08:09:55 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA608FC19; Thu, 4 Sep 2008 08:09:54 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48BF97D2.3020900@FreeBSD.org> Date: Thu, 04 Sep 2008 17:39:54 +0930 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Julian Elischer References: <200808291636.10656.jhb@FreeBSD.org> <48B86BB3.30705@elischer.org> <200809021036.53908.jhb@freebsd.org> <48BD7C17.70800@elischer.org> In-Reply-To: <48BD7C17.70800@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: rtentry panic with FIB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Sep 2008 08:09:55 -0000 Julian Elischer wrote: > John Baldwin wrote: >> On Friday 29 August 2008 05:35:47 pm Julian Elischer wrote: >>> John Baldwin wrote: >>>> Unfortunately it hung trying to dump, so all I have is the stack trace >> from >>>> DDB. This is recent HEAD running stress2 >>>> >>>> panic: _mtx_lock_sleep: recursed on non-recursive mutex rtentry @ >>>> ../../1 >>>> >>> do you know what lock it was talking about? >> >> All I have is what I included in the original e-mail. So it's an >> "rtentry" mutex, but that's all I know. You can try running the 'udp' >> test from stress2 locally perhaps to see if you can trigger it. >> > > > > 'scuse the ignorance but is that checked in somewhere? http://people.freebsd.org/~pho/stress/index.html Kris