home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oshtlist.txt < prev    next >
Text File  |  1996-10-28  |  4KB  |  85 lines

  1. OSHTLIST - GENERAL LIST OF OS/2 TRAPS
  2. 01/25/96
  3.  
  4. =======================================================================
  5.                       General List of OS/2 Traps
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. General List of OS/2 Traps
  14.  
  15. RESOLUTION
  16.  
  17. TRAP 0000 - DIVIDE ERROR: A program attempted to divide a number by 
  18.             zero. Contact software support.
  19.  
  20. TRAP 0001 - DEBUG EXCEPTION: Contact software support.
  21.  
  22. TRAP 0002 - HARDWARE/MEMORY ERROR: Memory or hardware failure in the 
  23.             system. Contact hardware support.
  24.  
  25. TRAP 0003 - BREAKPOINT: This is a special instruction (INT 3) used in 
  26.             "debugging" software, which was left in the code either
  27.             accidentally or by design. Contact software support.
  28.  
  29. TRAP 0004 - OVERFLOW: An overflow occurred during an arithmetic 
  30.             operation. Contact software support.
  31.  
  32. TRAP 0005 - BOUND RANGE EXCEEDED: A Bound instruction exceeded the 
  33.             specified limits.  Contact software support.
  34.  
  35. TRAP 0006 - INVALID OPCODE: The processor tried to execute an 
  36.             unreserved invalid opcode. Contact software support.
  37.  
  38. TRAP 0007 - COPROCESSOR NOT AVAILABLE: If coprocessor diagnostic tests 
  39.             run error-free, contact software support.
  40.  
  41. TRAP 0008 - DOUBLE FAULT: The processor detected an exception while 
  42.             processing another exception. It could be caused by either
  43.             hardware or software. If TRAP 0002 also is being
  44.             experienced, contact hardware support.
  45.  
  46. TRAP 0009 - COPROCESSOR OVERRUN: The middle portion of a COPROCESSOR 
  47.             operand is protected or not present. Contact software
  48.             support.
  49.  
  50. TRAP 000A - INVALID TASK STATE SEGMENT: A task switch to an invalid 
  51.             task-switch segment was attempted. Contact software support.
  52.  
  53. TRAP 000B - SEGMENT NOT PRESENT: The referenced segment is not present. 
  54.             Contact software support.
  55.  
  56. TRAP 000C - STACK FAULT: The referenced page is not present in memory, 
  57.             or the procedure referencing the page does not have enough
  58.             privilege to access the page. Contact software support.
  59.  
  60. TRAP 000D - GENERAL PROTECTION EXCEPTION: All protection violations 
  61.             that do not cause another exception cause a TRAP 000D.
  62.             Contact software support.
  63.  
  64. TRAP 000E - PAGE FAULT: The referenced page is not present in memory, 
  65.             or the procedure referencing the page does not have enough
  66.             privilege to access the page. Contact software support.
  67.  
  68. TRAP 000F - RESERVED BY INTEL.
  69.  
  70. TRAP 0010 - COPROCESSOR ERROR: The processor detected an error from the 
  71.             coprocessor. This could be caused by hardware or software.
  72.  
  73. If you receive any of the above traps, please make a note of ALL 
  74. information on the screen and contact OS/2 Support.
  75.  
  76. ______________________________________________________________________
  77. IBM disclaims all warranties, whether express or implied, including 
  78. without limitation, warranties of fitness and merchantability with 
  79. respect to the information in this document. By furnishing this 
  80. document, IBM grants no licenses to any related patents or copyrights.  
  81. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  82. or brand names referenced in this document are the property of their 
  83. respective owners. Consult your product manuals for complete trademark 
  84. information. 
  85.