On Wednesday, September 15, 2010 8:01:19 pm Patrick Mahan wrote:
> All,
> 
> I am trying to debug a system hang occurring on my HP Proliant G6 running 
> some of our
> kernel software.  I am seeing that under certain test loads, the system will 
> hang-up
> complete, no keyboard, no console, etc.  I suspect it is some of the kernel 
> code that
> I have inherited that contains a lot of locking (lots of data structure, each 
> having
> their own mutex lock (sleepable)).

You need to use 'kgdb' rather than 'gdb' on kernel.debug.

-- 
John Baldwin
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to