Subject: bin/381: gdb can't do core files
To: None <gnats-admin>
From: James Jegers <jimj@enigma.cs.uwm.edu>
List: netbsd-bugs
Date: 08/02/1994 19:05:02
>Number: 381
>Category: bin
>Synopsis: gdb can't do core files
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: gnats-admin (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 2 19:05:01 1994
>Originator: James Jegers
>Organization:
" "
>Release:
>Environment:
System: NetBSD enigma.cs.uwm.edu 1.0beta ENIGMA#1 i386
>Description:
gdb can't examine core files anymore.
You can run gdb on a execuatable and examine it after it core
dumpgs, but you cann't examine a core dump file.
gdb says unknown file type.
>How-To-Repeat:
write a program which crashes, and creates a core file, run gdb on it.
gdb -core a.out.core or
gdb a.out a.out.core or
gdb a.out.core
all of these say a.out.core unknown type of core file(or similar).
>Fix:
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------