From owner-freebsd-bugs@FreeBSD.ORG Mon May 1 21:20:14 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBAD16A41B for ; Mon, 1 May 2006 21:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69FB43D49 for ; Mon, 1 May 2006 21:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k41LKDkg093590 for ; Mon, 1 May 2006 21:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k41LKDvl093589; Mon, 1 May 2006 21:20:13 GMT (envelope-from gnats) Date: Mon, 1 May 2006 21:20:13 GMT Message-Id: <200605012120.k41LKDvl093589@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/96605: kernel panic: FreeBSD 7.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 21:20:14 -0000 The following reply was made to PR kern/96605; it has been noted by GNATS. From: Kris Kennaway To: Ron Scheckelhoff Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/96605: kernel panic: FreeBSD 7.0 Date: Mon, 1 May 2006 17:18:21 -0400 On Mon, May 01, 2006 at 04:02:08PM +0000, Ron Scheckelhoff wrote: > > >Number: 96605 > >Category: kern > >Synopsis: kernel panic: FreeBSD 7.0 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon May 01 16:10:20 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Ron Scheckelhoff > >Release: FreeBSD 7.0 > >Organization: > >Environment: > >Description: > panic: _mtx_lock_sleep: recursed on non-recursive mutex > rtentry@/usr/src/sys/net/route.c:1287 > cpuid=1 > KDBienter: panic > [ thread PID 695 tid 100040 ] > Stopped at Kdb_enter+0x2b:nop > > The aforementioned panic occurred after a second NIC was installed on the computer, and it was first used with the "ping" utility. The first NIC was operating OK prior to the panic. Please raise bugs in -current on the -current mailing list; PRs are not the best first line of aproach to such problems (only if you don't get a quick response on the mailing list). Also you need to obtain better debugging before reporting the problem, see the chapter on kernel debugging in the developers handbook. Kris