Re: Core dumps not containing Symbols

2003-10-25 Thread Adam Carmichael
You need to use the right kernel image. The installed kernel (/kernel) is stripped of debugging symbols. The kernel in /usr/src/sys/compile/WHATEVER/kernel.debug contains the debugging symbols and can be used with gdb -k. Kris Legend!! (minor correction)

Re: Core dumps not containing Symbols

2003-10-24 Thread Kris Kennaway
On Sat, Oct 25, 2003 at 07:31:12AM +1000, Adam Carmichael wrote: Greetings all, I have a box that is dumping cores, and I would like to look into the matter further, but my output in gdb does not appear to contain symbols. I modified GENERIC so that it contains the following line: