From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 17:26:26 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D7D16A4CF for ; Sun, 16 Jan 2005 17:26:26 +0000 (GMT) Received: from mato.luukku.com (mato.luukku.com [193.209.83.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61643D45 for ; Sun, 16 Jan 2005 17:26:26 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from localhost (mta3-o.i.luukku.com [10.0.1.132]) by mta3-o.i.luukku.com (Postfix) with ESMTP id 49878FF87F; Sun, 16 Jan 2005 19:26:25 +0200 (EET) Received: from rekon (92a7.dsl.mtv3.fi [82.203.167.146]) by mato.luukku.com (Postfix) with SMTP id 1D7C922EE8C; Sun, 16 Jan 2005 19:26:25 +0200 (EET) Message-ID: <026901c4fbf0$895490c0$92a7cb52@rekon> From: "Reko Turja" To: References: <6.2.0.14.2.20050116103645.00becec8@cheyenne.wixb.com> <6.2.0.14.2.20050116105704.00c08218@cheyenne.wixb.com> <025001c4fbef$01942ca0$92a7cb52@rekon> <6.2.0.14.2.20050116111733.00c20ed8@cheyenne.wixb.com> Date: Sun, 16 Jan 2005 19:26:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Re: help logging a crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2005 17:26:26 -0000 > for the moment, I only did the kernel. I dont want to spend alot of > time on this if its still unstable. > > Looks like as long as I add DDB to the kernel and make it, I should > get some crash dump ? Yes, but you'll need to define the dump device and place to save the dump from the swap in the next reboot. In addition makeoptions DEBUG=-g is needed in the kernel config as well (symbols!) and options DDB_UNATTENDED can be a good idea. I think that separate kernel and userland is a bad idea, especially now, when you have 5.3_STABLE kernel, and 5.3_RELENG userland. There are small and subtle changes in both which make the correct userland/kernel combination vital and following the correct procedure of compiling/installing them. -Reko