From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 21:18:31 2003 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 CA65B16A4CE for ; Tue, 28 Oct 2003 21:18:31 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAE943FA3 for ; Tue, 28 Oct 2003 21:18:31 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9T5IR0x038594 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 28 Oct 2003 21:18:30 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Jiri Mikulas , current@freebsd.org Date: Tue, 28 Oct 2003 22:20:07 -0700 User-Agent: KMail/1.5.3 References: <3F9F0C6E.9040507@mikulas.com> In-Reply-To: <3F9F0C6E.9040507@mikulas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310282120.07095.sam@errno.com> Subject: Re: panic route.c:565 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: Wed, 29 Oct 2003 05:18:31 -0000 On Tuesday 28 October 2003 04:40 pm, Jiri Mikulas wrote: > FreeBSD 5.1-CURRENT #3: Tue Oct 28 23:51:52 CET 2003 > > ~~~cut~~~ > recursed on non-recursive lock (sleep mutex) rtentry @ > /usr/src/sys/net/route.c:565 > first acquired @ /usr/src/sys/net/route.c:182 > panic: recurse > ~~~cut~~~ Any chance you can get a stack trace the next time this happens? The LOR by itself is hard to go from... Sam