From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 11 18:14:11 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D2316A4CF for ; Sun, 11 Jul 2004 18:14:11 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4591843D31 for ; Sun, 11 Jul 2004 18:14:09 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from vaiowjw (beck [212.61.27.74]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6BICrsD060250; Sun, 11 Jul 2004 20:12:53 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <00c301c46773$180335a0$4a1b3dd4@digiware.nl> From: "Willem Jan Withagen" To: , References: <200407102036.22076.msch@snafu.de> Date: Sun, 11 Jul 2004 20:15:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" 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 Subject: Re: gdb 6.1.1: File format not recognized X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 18:14:11 -0000 Use gdb6 from the ports..... gdb6 -k ......... --WjW ----- Original Message ----- From: "Matthias Schuendehuette" To: Sent: Saturday, July 10, 2004 8:36 PM Subject: gdb 6.1.1: File format not recognized > Hello, > > I tried to look into a core dump from a -current kernel with > 'gdb' but all i get is: > > --------------8><----------------------------- > root@current - /var/crash > 504 # gdb kernel.debug vmcore.0 > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-marcel-freebsd"... > "/var/crash/vmcore.0" is not a core dump: File format not recognized > (gdb) quit > --------------8><----------------------------- > > I looked at the man-pages of gdb(1), savecore(8) and into the > 'Developers Handbook' but I didn't find anything about the > correct file format of a core dump. > > If I look at /var/crash/info.0, there's: > > --------------8><----------------------------- > Good dump found on device /dev/da0s1b > Architecture: i386 > Architecture version: 1 > Dump length: 268369920B (255 MB) > Blocksize: 512 > Dumptime: Sat Jul 10 19:40:30 2004 > Hostname: current.best-eng.de > Versionstring: FreeBSD 5.2-CURRENT #5: Sat Jul 10 12:37:27 CEST 2004 > root@current.best-eng.de:/raid/obj/usr/src/sys/CURRENT > Panicstring: unmount: dangling vnode > Bounds: 0 > --------------8><----------------------------- > > Did I overlook something? Has someone a pointer or hint for me? > > > -- > Ciao/BSD - Matthias > > Matthias Schuendehuette , Berlin (Germany) > PGP-Key at and ID: 0xDDFB0A5F > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > >