Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 13:18:52 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Albino dos Anjos Aveleda <bino@nacad.ufrj.br>
Cc:        hackers@freebsd.org
Subject:   Re: system panic
Message-ID:  <Pine.BSF.4.21.0207301315520.34540-100000@InterJet.elischer.org>
In-Reply-To: <20020730201316.M21128@nacad.ufrj.br>

next in thread | previous in thread | raw e-mail | index | archive | help
if you compiled your kernel  with -g


(config -g MYKERNEL)
then you should use 
gdb -k {compiledir}/kernel.debug vmcore.1
gdb> set directory {compiledir}



your kernel trace is somewhat useful but would be more useful
if dumped out with the debug kernel instead...



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




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