From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 24 17:35:47 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D4681065675 for ; Wed, 24 Sep 2008 17:35:47 +0000 (UTC) (envelope-from freebsd-hackers@wheelhouse.org) Received: from mail.nearlyfreespeech.net (x1.phxe.nearlyfreespeech.net [208.94.116.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1C98FC1A for ; Wed, 24 Sep 2008 17:35:47 +0000 (UTC) (envelope-from freebsd-hackers@wheelhouse.org) Received: from [10.0.1.201] (78.193.33.65.cfl.res.rr.com [65.33.193.78]) by mail.nearlyfreespeech.net (Postfix) with ESMTPSA id 51B6BEBC49; Wed, 24 Sep 2008 10:35:46 -0700 (MST) Message-Id: From: Jeff Wheelhouse To: John Baldwin In-Reply-To: <200809241234.55075.jhb@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Wed, 24 Sep 2008 13:35:44 -0400 References: <200809241234.55075.jhb@freebsd.org> X-Mailer: Apple Mail (2.929.2) Cc: freebsd-hackers@freebsd.org Subject: Re: panic: lockmgr on FreeBSD 7.0-RELEASE-p4 amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 17:35:47 -0000 On Sep 24, 2008, at 12:34 PM, John Baldwin wrote: > On Wednesday 24 September 2008 12:17:56 pm Jeff Wheelhouse wrote: >> nullfs_mount() at nullfs_mount+0x244 >> > Can you use gdb or the like to get the souce file/line for the > nullfs_mount+0x244 frame? > > i.e. 'gdb /boot/kernel/kernel' > > (gdb) l *nullfs_mount+0x244 The running kernel did not have -g so I added it to the same config and rebuilt. I will slip in a reboot ASAP and post more info after the next panic. Thanks for taking a look! Thanks, Jeff