home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14138 < prev    next >
Encoding:
Text File  |  1992-12-16  |  875 b   |  27 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!pdg
  3. From: pdg@cup.hp.com
  4.  (Paul Gootherts)
  5. Subject: Re: exec() error
  6. Sender: news@cupnews0.cup.hp.com
  7. Message-ID: <BzD64G.71D@cup.hp.com>
  8. Date: Wed, 16 Dec 1992 18:02:40 GMT
  9. References: <1992Dec16.073317.18575@ucc.su.OZ.AU>
  10. Organization: Hewlett-Packard
  11. X-Newsreader: TIN [version 1.1.1 PL6]
  12. Lines: 13
  13.  
  14. > I get this error when trying to execute one of my codes...
  15. > "exec(2): data extends beyond end of a.out"
  16.  
  17. This usually means the file (a.out in this case) has been truncated by
  18. someone or something.  There is information in the a.out header that
  19. tells the kernel where in the file to load the data from and how much to
  20. load.  This message suggests that the file ends before the place where
  21. the header says the data ends.
  22.  
  23. --
  24.  
  25. Paul Gootherts, pdg@cup.hp.com
  26.