From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 17:05:14 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 8021810656E2; Wed, 14 Jan 2009 17:05:14 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id CCB4D8FC32; Wed, 14 Jan 2009 17:05:13 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz13 with SMTP id 13so2200444bwz.19 for ; Wed, 14 Jan 2009 09:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0HGptDbgjN5bGIl7a+pwBv+Abp6wN7ONQmH/iDVWOP8=; b=asEspNrd8AAjXOzJ+Hud2ljtHQi8LGP1TKtf0/P/yyWg/G4N/MdRUSQprwFpcX0AHT 6lrpzigc5htK2UWANN9Jp36m8Vdl0PMAvBSE2VUwoF82NctM0lP/VjSWoSY0gxmCNuD6 OBJGwalWM3CmnR8AMSsCGKy1gNpGpC3F7U3eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PJzyfu+ywg+b1f9dJ4sgxOmfo2N591Ot2Hip5t7y0lhBnAQFgRvDuVynPmyr5vjv79 hCyx04oDyMZFY0lEzUm+hGnSIMoKkjsw0K9dWDXCGhjiqoueCJlqIKnHTwXlLCKwtFAP fnRtEviCLhJM3NOiw0mDB/KdYqumVUroMoV6Q= Received: by 10.223.126.66 with SMTP id b2mr421385fas.18.1231952712666; Wed, 14 Jan 2009 09:05:12 -0800 (PST) Received: by 10.223.115.1 with HTTP; Wed, 14 Jan 2009 09:05:12 -0800 (PST) Message-ID: <3a142e750901140905j7fe74944wcf96969a79ccc017@mail.gmail.com> Date: Wed, 14 Jan 2009 18:05:12 +0100 From: "Paul B. Mahol" To: "Yuriy Tsibizov" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3a142e750901140435m58c067c5t5cb100518f882f23@mail.gmail.com> Cc: freebsd-current@freebsd.org, kmacy@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: Wed, 14 Jan 2009 17:05:16 -0000 On 1/14/09, Yuriy Tsibizov wrote: > >> On 1/14/09, Yuriy Tsibizov wrote: >> > Kip, >> > >> > this happens on fresh -CURRENT, with configuration 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!=0, 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. How you reproduced it? Textdumps are very small compared to vmcores. You are probably using custom kernel. -- Paul