home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11464 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!usc!elroy.jpl.nasa.gov!ames!sgi!quasar.wpd.sgi.com!davea
  3. From: davea@quasar.wpd.sgi.com (David B.Anderson)
  4. Subject: Re: C++ compiler message
  5. Message-ID: <nr1565c@sgi.sgi.com>
  6. Summary: short object file
  7. Sender: davea@quasar.wpd.sgi.com
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. References: <1992Jul25.000853.18857@CSD-NewsHost.Stanford.EDU>
  10. Date: Mon, 27 Jul 1992 18:39:07 GMT
  11. Lines: 21
  12.  
  13. In article <1992Jul25.000853.18857@CSD-NewsHost.Stanford.EDU>, philip@ziggy.stanford.edu (Philip Machanick) writes:
  14. > On a C++ compile I had the following message:
  15. > markc++ read only 0 bytes on  
  16. > /u2/people/philip/progs/space.objs/MP3D.objs/MP3D.o at file location 1
  17. > cannot read symbol table header for  
  18. > /u2/people/philip/progs/space.objs/MP3D.objs/MP3D.o
  19. [ ]
  20. > I recompiled and the message went away.
  21.  
  22. The object file MP3D.o was truncated somehow: the file header
  23. pointed the symbol table header reader to byte 1!  
  24.  
  25. markc++ was doing a read(2) and could only read 0 bytes there.
  26. Note that if there were a read error, the message would have been
  27. different (would have said something about the errno).
  28.  
  29. The object file fileheader was clearly corrupted. I don't know why....
  30.  
  31. [ David B. Anderson             (415)390-1548             davea@sgi.com ]
  32.  
  33.