Subject: Re: nfs panic
To: Tracy Di Marco White <gendalia@iastate.edu>
From: Greywolf <greywolf@starwolf.com>
List: current-users
Date: 01/29/2001 13:40:17
On Mon, 29 Jan 2001, Tracy Di Marco White wrote:
# I have /var/crash/netbsd.1 & /var/crash/netbsd.1.core, I'm just not
# familiar with what to do with them yet. (I'll accept hints.)
cd /var/crash
gdb netbsd.1
(gdb) target kcore netbsd.1.core
(gdb) stack
Ostensibly it should be able to give you symbols to dereference
as well; if you know what the "things" at (addr, addr...) are, it
takes some doing but you should be able to determine real values
for their contents.
--*greywolf;
--
*BSD: the OS WORM - Write Once, Run Many.