Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Oct 1999 11:58:36 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Ben Goodwin" <ben@hamsterville.ultranet.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 3.3R box crashing; need help debugging the crash 
Message-ID:  <56908.939376716@axl.noc.iafrica.com>
In-Reply-To: Your message of "Thu, 07 Oct 1999 23:58:51 -0400." <025301bf1141$6ef3c880$6a477392@dsg.hamsterville.ultranet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 07 Oct 1999 23:58:51 -0400, "Ben Goodwin" wrote:

> I have a box here that's crashing every once in a while and I'd like
> to determine why .. I don't know how to navigate/interpret kgdb well
> enough to figure out what's going on..

Cool, perhaps if you provide some interesting information, someone
_else_ will know how to interpret it. :-)

First, we make some assumptions here:

1) When you configured your kernel, you did ``config -g'' for debugging
   support.

2) Hopefully, your crash isn't happening inside a kld. That's icky. For
   this situation, try to limit the number of kld's you use.

	gdb -k /path/to/kernel.debug /var/crash/vmcore.0

Gdb should tell you about the panic. You can then issue the command
``back'' at the GDB prompt to get a backtrace. Then cut'n'paste
everything that follows the gdb copyright notice. :-)

Ciao,
Sheldon.


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




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