Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 1996 08:55:46 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        scrappy@ki.net (Marc G. Fournier)
Subject:   Re: Intelligent Debugging Tools...
Message-ID:  <199604240655.IAA26285@uriah.heep.sax.de>
In-Reply-To: <Pine.NEB.3.93.960423214223.3520C-100000@freebsd.ki.net> from "Marc G. Fournier" at Apr 23, 96 09:48:43 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Marc G. Fournier wrote:

(Please, restrict this to one list.)

> > 8. Compile a kernel with kgdb so that when the system crashes you
> >    can hopefelly pop into the debugger and send us a stack trace.
> >
> 	I have the kernel compiled with DDB & DODUMP enabled, so that

DODUMP is gone.

Use dumpon(8) instead, or

	kernel root on ... swap on ... dumps on ...

if you wanna get dumps before /etc/rc has been running.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604240655.IAA26285>