home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / misc / 36883 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.8 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!nntp-server.caltech.edu!hacker
  2. From: hacker@cco.caltech.edu (Jonathan Bruce Hacker)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: Crashing OS/2 - No.2
  5. Date: 18 Nov 1992 03:25:48 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Lines: 37
  8. Message-ID: <1ecd3sINNs8b@gap.caltech.edu>
  9. References: <Bxv0vs.oE@brunel.ac.uk> <1992Nov17.182852.6413@gw.wmich.edu>
  10. NNTP-Posting-Host: punisher.caltech.edu
  11.  
  12. 925wardell@gw.wmich.edu writes:
  13. >> 
  14. >> What is a Trap 8 ? How can a DOS program crash OS/2 so effectively.
  15.  
  16. The information found here is taken in part from the Intel i386 or i486
  17.                                 manual(s)
  18.  
  19. ==============================================================================
  20. Trap #    Function    OS/2 HELP MSG (SYSxxxx)    Likely cause under OS/2:
  21. ==============================================================================
  22. 0000    Divide error            3184    division by zero by OS/2
  23. 0001    Debug exception                shouldn't occur
  24. 0002    NMI Interrupt                memory parity or 387 error
  25. 0003    One Byte Interrupt            shouldn't occur
  26. 0004    Interrupt on Overflow        3185    from INTO instruction
  27. 0005    Array Bounds Check        3191    from BOUND instruction
  28. 0006    Invalid OP-Code            3176    usually a corrupted .EXE
  29. 0007    Device not Available            from ESC or WAIT instruction
  30. 0008    Double Fault                shouldn't happen
  31. 0009    Reserved by Intel            
  32. 000A    Invalid TSS (Task State Segment)    OS/2 bug - not a common bug
  33. 000B    Segment not Present            Can be a program or OS/2 bug
  34. 000C    Stack Fault                stack was ruined (not common)
  35. 000D    General Protection Fault        invalid pointer (most common)
  36. 000E    Page Fault                OS/2 bug, error in virtual mem
  37. 000F    Reserved by Intel            
  38. ==============================================================================
  39. (C)1992 Gebran Krikor  * Freely distributable 
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -- 
  46. Jon Hacker
  47. Caltech, Pasadena CA
  48. hacker@tumbler-ridge.caltech.edu
  49.