From owner-freebsd-current Tue May 28 03:16:12 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA16010 for current-outgoing; Tue, 28 May 1996 03:16:12 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA15947 for ; Tue, 28 May 1996 03:15:54 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uOLmo-000QYxC; Tue, 28 May 96 12:13 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA23289 for FreeBSD-current@FreeBSD.ORG; Tue, 28 May 1996 12:03:12 +0200 Message-Id: <199605281003.MAA23289@allegro.lemis.de> Subject: Re: Sig 11 on make world (just a query, not a problem report...) To: scrappy@ki.net (Marc G. Fournier) Date: Tue, 28 May 1996 12:02:12 +0200 (MET DST) In-Reply-To: from "Marc G. Fournier" at May 27, 96 06:54:44 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marc G. Fournier writes: > > freebsd# gdb mknodes mknodes.core > GDB is free software and you are welcome to 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. > GDB 4.13 (i386-unknown-freebsd), > Copyright 1994 Free Software Foundation, Inc... > > "/usr/src/bin/sh/mknodes.core" is not a core dump: File format not recognized > (gdb) > > But: > > freebsd# file mknodes.core > mknodes.core: i386 a.out core file > > Even if its a hardware related problem, shouldn't I be able to > look at the core file? I think that's a software related problem: gdb doesn't understand well-formed core files. I've had the same experience with every core dump I've tried to access under gdb. Does anybody else have different experience? Greg