Subject: Re: what use is a glass dagger?
To: Iain Hibbert <plunky@skate.demon.co.uk>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 01/07/1996 01:42:53
> what use is a crash dump?  I just bagged one (it struggled mightily, but I
> was too much for it in the end :) and am wondering if I can investigate it
> to find why & where it happened  (or should I just let it go?)

You can use the debugger like so:

	% cd /var/crash/..
	% gdb -k netbsd.0 core.0

-pk