home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!cs.utexas.edu!svkakkad
- From: svkakkad@cs.utexas.edu (Sheetal V. Kakkad)
- Newsgroups: gnu.gdb.bug
- Subject: GDB 4.7 core dump with -readnow command line option
- Date: 21 Jan 1993 18:18:20 -0500
- Organization: GNUs Not Usenet
- Lines: 34
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gdb@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <9301211826.AA06027@boogie.cs.utexas.edu>
- Reply-To: svkakkad@cs.utexas.edu
-
- GDB 4.7 core dumps on a DECStation 5000/240 running Ultrix 4.2A, when
- started with the "-readnow" command line option. Here's a test case
- output:
-
- % cat foo.c
- main ()
- {
- int i;
-
- i = 0;
- }
- % gcc -g -o foo foo.c
- % gdb foo
- 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.7, Copyright 1992 Free Software Foundation, Inc...
- (gdb) quit
- % gdb -readnow foo
- 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.7, Copyright 1992 Free Software Foundation, Inc...Segmentation fault (core dumped)
- %
-
- Thanks,
-
- Sheetal
-
- ----------------------------------------------------------------------
- Sheetal V. Kakkad svkakkad@cs.utexas.edu Office: (512) 471-9586
- Dept of Computer Sciences, UT-Austin Home: (512) 450-1756
- ======================================================================
-
-