From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 17:46:58 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 89BBF1065671 for ; Tue, 2 Sep 2008 17:46:58 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outH.internet-mail-service.net (outh.internet-mail-service.net [216.240.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 772FD8FC1F for ; Tue, 2 Sep 2008 17:46:58 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 9859624D9; Tue, 2 Sep 2008 10:46:58 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 024322D6032; Tue, 2 Sep 2008 10:46:56 -0700 (PDT) Message-ID: <48BD7C17.70800@elischer.org> Date: Tue, 02 Sep 2008 10:47:03 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: John Baldwin References: <200808291636.10656.jhb@FreeBSD.org> <48B86BB3.30705@elischer.org> <200809021036.53908.jhb@freebsd.org> In-Reply-To: <200809021036.53908.jhb@freebsd.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: Tue, 02 Sep 2008 17:46:58 -0000 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?