home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11809 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.8 KB

  1. Path: sparky!uunet!olivea!sgigate!rutgers!cs.utexas.edu!sdd.hp.com!nigel.msen.com!ilium!sycom!ro-chp!chopps
  2. From: chopps@ro-chp.UUCP (Chris Hopps)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: line f trap <- what?
  5. Keywords: library
  6. Message-ID: <OcCqr*G00@ro-chp.UUCP>
  7. Date: 29 Jul 92 08:50:42 GMT
  8. References: <1992Jul27.848.15009@dosgate> <epang.712299233@sfu.ca>
  9. Lines: 36
  10. X-Newsreader: Arn V1.00 beta rel2
  11.  
  12. Distribution: comp
  13. Organization: Not an Organization
  14.  
  15. In article <epang.712299233@sfu.ca>, Eugene Pang writes:
  16.  
  17. > james.kewageshig@canrem.com (james kewageshig) writes:
  18. > >after selecting the filename and "LOAD" gadget, my Amiga (with '030)
  19. > >guru's with '00000004' I believe.  According to my guru code program
  20. > >this code means "Line F trap error" or some such.
  21. >
  22. > It's an illegal instruction.  The cause could be a variety of things.  If
  23. > this is reproduceable, try running Enforcer (dumping output to the serial
  24. > port or printer?) and sending it to the author to fix.  Otherwise, don't
  25. > select "LOAD".  :-)
  26.  
  27. Almost all the time, this guru is caused by not loading a library.  And
  28. then calling a function from it.
  29.  
  30. The reason is either:
  31.     2) NULL or garbage function ptr that you are jumping to.
  32.     3) Bad data pointer, you may have written into your program's code secction.
  33.  
  34.     4) blowing out the PC, very hard to get this one, you have to be doing some
  35.        serious asm stuff, and then you would know what would cause the
  36.        illegal instruction.
  37.     5) self-modifying code or such with dirty caches.
  38.  
  39. Check number 1 first 90% of the time it is this.
  40.  
  41. Numbers 1, 2 and 3 are very possible, numbers 4 and 5 should never happen unless
  42. you are doing something really complex.
  43.  
  44. Chris...
  45. ------------------------
  46. The Royal Oak Chophouse >> Chris Hopps
  47. Royal Oak, Michigan     >> sycom.mi.org!ro-chp!chopps
  48.