From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 08:14:42 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6481065672; Wed, 14 Jan 2009 08:14:42 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.com) Received: from mx2.gfk.ru (mx2.gfk.ru [84.21.231.139]) by mx1.freebsd.org (Postfix) with ESMTP id E921A8FC1E; Wed, 14 Jan 2009 08:14:41 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.com) Received: from ex.hhp.local by mx2.gfk.ru (MDaemon PRO v9.6.0) with ESMTP id md50002715527.msg; Wed, 14 Jan 2009 11:03:32 +0300 Received: from ex-be-1.hhp.local ([10.0.0.31]) by ex.hhp.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Jan 2009 11:04:38 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 14 Jan 2009 11:04:37 +0300 Content-class: urn:content-classes:message Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: _rw_wlock_hard: recursing but non-recursive rw radix node head @ /usr/src/sys/net/route.c:831 Thread-Index: Acl2Hr7LTkk0eMiYT0qLKZJR70+wnA== From: "Yuriy Tsibizov" To: X-OriginalArrivalTime: 14 Jan 2009 08:04:39.0004 (UTC) FILETIME=[BF75E1C0:01C9761E] X-Spam-Processed: mx2.gfk.ru, Wed, 14 Jan 2009 11:03:32 +0300 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.com X-Envelope-From: Yuriy.Tsibizov@gfk.com X-MDAV-Processed: mx2.gfk.ru, Wed, 14 Jan 2009 11:03:33 +0300 Cc: freebsd-current@FreeBSD.ORG Subject: _rw_wlock_hard: recursing but non-recursive rw radix node head @ /usr/src/sys/net/route.c:831 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: Wed, 14 Jan 2009 08:14:43 -0000 Kip, this happens on fresh -CURRENT, with configuration similar to one described in http://docs.freebsd.org/cgi/mid.cgi?3a142e750812080658r645dc1c4sdd612585 fe9ad7d6 (wpa_supplicant is main suspect in triggering this panic). No crashdump / backtrace available. Somehow needlock!=3D0, and rnh is already locked. HW is Intel Atom D945GCLF2 (2core + HT enabled) + D-Link Atheros-based card with WPA and static ip. Yuriy