Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Aug 1996 18:59:56 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: "Panick" - help needed... 
Message-ID:  <199608090159.SAA00333@rah.star-gate.com>
In-Reply-To: Your message of "Thu, 08 Aug 1996 23:13:46 %2B0200." <199608082113.XAA00307@uriah.heep.sax.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
>From The Desk Of J Wunsch :

Since you managed to generate a core dump , all what you needed is 
1. to compile the kernel with -g
2. copy kernel kernel.debug
3. strip the kernel
4. make install
5. once you get a core dump:
 cd /sys/compile/YOUR-KERNEL-BUILD-DIRECTORY
 gdb -k
 symbol-file kernel.debug
 exec-file /var/crash/kernel.0
 core-file /var/crash/vmcore.0

	Amancio
	




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