From owner-freebsd-hackers Fri Dec 3 5:58:56 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 98A9414D88 for ; Fri, 3 Dec 1999 05:58:52 -0800 (PST) (envelope-from dscheidt@enteract.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id HAA15157; Fri, 3 Dec 1999 07:58:05 -0600 (CST) (envelope-from dscheidt@enteract.com) Date: Fri, 3 Dec 1999 07:58:05 -0600 (CST) From: David Scheidt To: David Gilbert Cc: freebsd-hackers@freebsd.org Subject: Re: Inverting a gdb -k mapping? In-Reply-To: <14407.14812.812358.220983@trooper.velocet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 2 Dec 1999, David Gilbert wrote: > I can grep through the vmcore.x file and find the offset of the string > I put on the stack by > > strings -t x > ... but how do I associate that back with an address inside gdb -k? > > My problem is that vinum (or something related to it) is trashing the > stack and trying to return to 0x0 is panic'ing the kernel (of course). Have you looked a t Greg Lehey's how to debug vinum pages at http://www.lemis.com/vinum/how-to-debug.html ? David Scheidt > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message