Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 17:56:51 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: Working (apparently) soft-update code available. 
Message-ID:  <199802160156.RAA20765@rah.star-gate.com>
In-Reply-To: Your message of "Sun, 15 Feb 1998 17:48:50 PST." <19980215174850.36573@top.worldcontrol.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
It really helps out a lot if people start posting also the actual panic
and if possible a stack trace. 

in my config file:

options DDB
options         BREAK_TO_DEBUGGER       
options         CONSPEED=38400

device          sio1    at isa? port "IO_COM2" tty flags 0x10  irq 3 vector 
sioi
ntr
The latter two are for remote debugging.

On rc.conf, I have:
dumpdev="/dev/wd0s1b"           # Device name to crashdump to (if enabled).

Usually config and build a kernel as:

config -g CIOLOCO
cd /sys/compile/CIOLOCO
make 
cp kernel kernel.debug
strip -d kernel
make install

fastboot

Instructions on how to do a postmortem analysis is on 
/usr/share/doc/handbook/handbook.html

	Cheers,
	Amancio






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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