From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 21:34:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF4716A4CE; Fri, 16 Jul 2004 21:34:49 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AEC43D55; Fri, 16 Jul 2004 21:34:48 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6GLXAsD001470; Fri, 16 Jul 2004 23:33:11 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <0c7b01c46b7b$97f7b7c0$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: "Gleb Smirnoff" , "Marcel Moolenaar" References: <0c4c01c46b6f$2475d360$471b3dd4@digiware.nl><20040716202240.GE7534@ns1.xcllnt.net> <20040716204629.GB30770@cell.sick.ru> Date: Fri, 16 Jul 2004 23:26:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: current@freebsd.org Subject: Re: gdb crashes while trying to debug a core..... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 21:34:49 -0000 > I have one more question on new gdb. I can't open kernel crashdump with > it. It says that '-k' option is unknown. If I try without options > it says that type of vmcore.0 file is unknown. > > I have to use gdb5 for kernel post mortem analysis. :( > > May be I'm just doing something wrong, but manpage is not updated, > it still remembers the '-k' flag. That's one I can answer: install gdb6 from the ports. It gets named gdb6, and knows how to debug kernels.... --WjW