Date: Tue, 22 Jan 2008 14:04:25 +0300 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Petr Holub <hopet@ics.muni.cz> Cc: stable@FreeBSD.org Subject: Re: 6.3-RELEASE panic Message-ID: <4795CDB9.5020603@yandex.ru> In-Reply-To: <001901c85ce1$6b72ecf0$4258c6d0$@muni.cz> References: <004b01c85c4e$e1c44540$a54ccfc0$@muni.cz> <479513FA.6020802@FreeBSD.org> <005801c85c79$dc458180$94d08480$@muni.cz> <47951C66.2000803@FreeBSD.org> <005a01c85c7d$9bf19f70$d3d4de50$@muni.cz> <47951F9D.3060802@FreeBSD.org> <47952160.7030106@freebsd.org> <47953526.5020501@FreeBSD.org> <4795A2EE.1020605@yandex.ru> <001901c85ce1$6b72ecf0$4258c6d0$@muni.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
Petr Holub wrote: > I tried to build it from the sources that come from the freebsd-update > and thus I assume they are actually RELENG_6_3_0_RELEASE. Still I was > unable to run gdb with the given vmcore against such a kernel. How do you did that? Try the following commands: # cd /usr/src/ # make buildkernel # cd /var/crash # gdb /usr/obj/usr/src/sys/GENERIC/kernel.debug ./vmcore.0 |tee bt.txt (gdb) bt (gdb) bt full (gdb) q and show your /var/crash/bt.txt file. -- WBR, Andrey V. Elsukov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4795CDB9.5020603>