From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 10:51:11 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 BC7EA106568B; Fri, 16 Jan 2009 10:51:11 +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 EF6F88FC20; Fri, 16 Jan 2009 10:51:10 +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 md50002729552.msg; Fri, 16 Jan 2009 13:51:09 +0300 Received: from ex-be-1.hhp.local ([10.0.0.31]) by ex.hhp.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Jan 2009 13:51:08 +0300 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 16 Jan 2009 13:51:04 +0300 Message-ID: In-Reply-To: <3c1674c90901151848y7ea905f0l190d549f8b6c8609@mail.gmail.com> 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: Acl3hOy15Ggd4PRaT6yqlWsc4cXepAAQtDJw References: <3a142e750901140435m58c067c5t5cb100518f882f23@mail.gmail.com> <3a142e750901140905j7fe74944wcf96969a79ccc017@mail.gmail.com> <3c1674c90901151848y7ea905f0l190d549f8b6c8609@mail.gmail.com> From: "Yuriy Tsibizov" To: "Kip Macy" X-OriginalArrivalTime: 16 Jan 2009 10:51:08.0033 (UTC) FILETIME=[56363F10:01C977C8] X-Spam-Processed: mx2.gfk.ru, Fri, 16 Jan 2009 13:51:09 +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, Fri, 16 Jan 2009 13:51:10 +0300 Cc: freebsd-current@freebsd.org Subject: RE: _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: Fri, 16 Jan 2009 10:51:12 -0000 > > On 1/14/09, Yuriy Tsibizov wrote: > >> > >>> On 1/14/09, Yuriy Tsibizov wrote: > >>> > Kip, > >>> > > >>> > this happens on fresh -CURRENT, with configuration=20 > similar to one > >>> > described in > >>> > > >>> http://docs.freebsd.org/cgi/mid.cgi?3a142e750812080658r645dc1c > >>> 4sdd612585 > >>> > 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. > >> > >>> And bt is completly the same as was mine? > >> > >> I don't have backtrace -- swap was tooo small. > > > I need a full backtrace in order to fix. I have a textdumps enabled now (with default script that calls bt), will it be enough or full memory dump (for kgdb analysis) is a must? Yuriy.