PRB: Encountering an INT 01 with WDEB386Last reviewed: July 22, 1997Article ID: Q64123 |
3.00 3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen debugging an application with WDEB386, the program halts on a breakpoint at an INT 01 instruction.
CAUSEAn INT 01 is coded into Windows in the Fatal_Error_Handler. This interrupt is hit when some device driver is doing a fatal exit. The INT 01 is there to make the debugger useful when diagnosing the fatal error. INT 01 in virtual devices (VxDs) is generally ignored (treated as a NOP instruction) in the retail version of Windows. However, if the debugger is installed, the system breaks into the debugger.
RESOLUTIONDiagnose and correct the cause of the fatal exit.
|
Additional reference words: 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |