From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 5 12:17:35 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B8B716A41C for ; Sun, 5 Jun 2005 12:17:35 +0000 (GMT) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp802.mail.ukl.yahoo.com (smtp802.mail.ukl.yahoo.com [217.12.12.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 0427443D1F for ; Sun, 5 Jun 2005 12:17:34 +0000 (GMT) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 46314 invoked from network); 5 Jun 2005 12:17:33 -0000 Received: from unknown (HELO w2fzz0vc01.aah-go-on.com) (thomas.sparrevohn@hg1.btinternet.com@81.157.123.116 with plain) by smtp802.mail.ukl.yahoo.com with SMTP; 5 Jun 2005 12:17:33 -0000 From: Thomas Sparrevohn To: freebsd-hackers@freebsd.org Date: Sun, 5 Jun 2005 13:17:21 +0100 User-Agent: KMail/1.8 References: <200506051231.57725.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200506051231.57725.Thomas.Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_R1uoCNfhOhFTK8s" Message-Id: <200506051317.21527.Thomas.Sparrevohn@btinternet.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Debugging UMA allocation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas.Sparrevohn@btinternet.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 12:17:35 -0000 --Boundary-00=_R1uoCNfhOhFTK8s Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sunday 05 June 2005 12:31, Thomas Sparrevohn wrote: Ups - two useless files included - please ignore the plugins.txt and the dmesg - it should have been > Hi > > One of the changes introduced after the 27/05 causes a panic in the initial > boot phases in the > > The panic occurs on my Dell Lattitude C640 when using both my own kernel > and the GENERIC kernel. > > The panic is > _mtx_lock_sleep: Recursed on non-recursive mutex in system map > > I have traced the trigger panic to the first call to uma_zcreate in > procinit called from proc0_init - I have just cvs-supped again but the > error is still there > > Unfortunately because it happend before anything is up and running I have > no way of producing a kernel dump and as the problem does not seem to be > widely reported I assume it is specific to this Dell Laptop type > > The dmesg included are provided as reference only for the last good > compilation of the that I know off e.g. the kernel I know that boots - I > have been trying for about 2-3 days which should narrow down the time > > Can anybody give any advise on how to progress? --Boundary-00=_R1uoCNfhOhFTK8s--