home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gdb / bug / 1339 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.6 KB  |  42 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rich.kastle.COM!rich
  3. From: rich@rich.kastle.COM (Richard Krehbiel)
  4. Subject: gdb 4.7 Segmentation Fault
  5. Message-ID: <9212302005.AA23711@rich.kastle.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 30 Dec 1992 10:05:28 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 29
  12.  
  13. Running Interactive Unix 3.0.1.
  14.  
  15. Entering "gdb cc1plus", where cc1plus is from GCC 2.3.3, gives an
  16. immediate core dump trying to read the symbol table.
  17.  
  18. gdb 4.7 was configured as i386-isc with ISC configuration patches I
  19. gave here earlier.  I tried it with the distributed coffread.c, with
  20. similar results.
  21.  
  22. gcc 2.3.3 was configured as i386-isc-sysv.
  23.  
  24. Core was generated by `gdb'.
  25. #0  0x43bed in read_one_sym (cs=0x7ffff96c, sym=0xe0535593, aux=0x442110)
  26.     at coffread.c:1281
  27. 1281      if (!SDB_TYPE (cs->c_type))
  28. (top-gdb) bt
  29. #0  0x43bed in read_one_sym (cs=0x7ffff96c, sym=0xe0535593, aux=0x442110)
  30.     at coffread.c:1281
  31. #1  0x4354e in read_coff_symtab (symtab_offset=1131060, nsyms=118170,
  32.     objfile=0x440f08) at coffread.c:976
  33. #2  0x42c5f in coff_end_symtab (objfile=0x440f08) at coffread.c:635
  34. #3  0x1f1da in syms_from_objfile (objfile=0x440f08, addr=0, mainline=1,
  35.     verbo=0) at symfile.c:443
  36. #4  0x1f3ea in symbol_file_add (name=0x43be48 "/prod/gnu/gcc-2.3.3/cc1plus",
  37.     from_tty=0, addr=0, mainline=1, mapped=0, readnow=0) at symfile.c:571
  38. #5  0x1f64d in symbol_file_command (args=0x43be8c "", from_tty=0)
  39.     at symfile.c:668
  40. #6  0x1152 in main (argc=2, argv=0x7ffffb40) at main.c:758
  41.  
  42.