home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11810 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!newsserver.sfu.ca!sfu.ca!epang
  3. From: epang@fraser.sfu.ca (Eugene Pang)
  4. Subject: Re: line f trap <- what?
  5. Message-ID: <epang.712480040@sfu.ca>
  6. Keywords: library
  7. Sender: news@sfu.ca
  8. Organization: Simon Fraser University, Burnaby, B.C., Canada
  9. References: <epang.712299233@sfu.ca> <OcCqr*G00@ro-chp.UUCP>
  10. Date: Thu, 30 Jul 1992 07:07:20 GMT
  11. Lines: 15
  12.  
  13. chopps@ro-chp.UUCP (Chris Hopps) writes:
  14.  
  15. >In article <epang.712299233@sfu.ca>, Eugene Pang writes:
  16. >> It's an illegal instruction.
  17.  
  18. >The reason is either:
  19.  
  20. >    4) blowing out the PC, very hard to get this one, you have to be doing some
  21. >       serious asm stuff, and then you would know what would cause the
  22. >       illegal instruction.
  23.  
  24. Actually, blowing the PC is actually pretty easy--just overflow your stack
  25. and after a few context switches...boom.  If it's occurring with a "Load"
  26. requester, the cause could be the program's stack usage is too tight.  The
  27. 1.3 RKM, says dos.library needs about 1500 bytes of stack...more on 2.04.
  28.