From owner-freebsd-stable@FreeBSD.ORG Tue Jan 22 11:04:36 2008 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8403A16A41B for ; Tue, 22 Jan 2008 11:04:36 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id A4E1613C44B for ; Tue, 22 Jan 2008 11:04:35 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:47561 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S8372848AbYAVLE1 (ORCPT ); Tue, 22 Jan 2008 14:04:27 +0300 X-Yandex-Spam: 1 X-Yandex-Front: smtp1 X-Yandex-TimeMark: 1200999867 X-MsgDayCount: 11 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <4795CDB9.5020603@yandex.ru> Date: Tue, 22 Jan 2008 14:04:25 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Petr Holub 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> In-Reply-To: <001901c85ce1$6b72ecf0$4258c6d0$@muni.cz> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org Subject: Re: 6.3-RELEASE panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 11:04:36 -0000 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