home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gdb / bug / 1403 next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!cs.utexas.edu!svkakkad
  2. From: svkakkad@cs.utexas.edu (Sheetal V. Kakkad)
  3. Newsgroups: gnu.gdb.bug
  4. Subject: GDB 4.7 core dump with -readnow command line option
  5. Date: 21 Jan 1993 18:18:20 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 34
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gdb@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301211826.AA06027@boogie.cs.utexas.edu>
  12. Reply-To: svkakkad@cs.utexas.edu
  13.  
  14. GDB 4.7 core dumps on a DECStation 5000/240 running Ultrix 4.2A, when
  15. started with the "-readnow" command line option. Here's a test case
  16. output:
  17.  
  18. % cat foo.c
  19. main ()
  20. {
  21.   int i;
  22.  
  23.   i = 0;
  24. }
  25. % gcc -g -o foo foo.c
  26. % gdb foo
  27. GDB is free software and you are welcome to distribute copies of it
  28.  under certain conditions; type "show copying" to see the conditions.
  29. There is absolutely no warranty for GDB; type "show warranty" for details.
  30. GDB 4.7, Copyright 1992 Free Software Foundation, Inc...
  31. (gdb) quit
  32. % gdb -readnow foo
  33. GDB is free software and you are welcome to distribute copies of it
  34.  under certain conditions; type "show copying" to see the conditions.
  35. There is absolutely no warranty for GDB; type "show warranty" for details.
  36. GDB 4.7, Copyright 1992 Free Software Foundation, Inc...Segmentation fault (core dumped)
  37. %
  38.  
  39. Thanks,
  40.  
  41. Sheetal
  42.  
  43. ----------------------------------------------------------------------
  44. Sheetal V. Kakkad    svkakkad@cs.utexas.edu    Office: (512) 471-9586
  45. Dept of Computer Sciences, UT-Austin        Home:   (512) 450-1756
  46. ======================================================================
  47.  
  48.