windows-nt/Source/XPSP1/NT/base/ntsetup/winnt32/faulth/except.inf

21 lines
475 B
INI
Raw Normal View History

2020-09-26 03:20:57 -05:00
[Exception]
ExceptionType = 1
ExceptionSetupArea = 2
;Put this file on c:\except.inf to cause exceptions in winnt32.
;ExceptionType
;0 - none
;1 - Exception 5
;2 - buffer overrun
;3 - stack overflow using malloc
;4 - Invalid instruction (call null pointer)
;5 - Divide by zero (integer)
;ExeptionSetupArea
;0 - none
;1 - very early, before exception handler is set
;2 - very early, as soon as exception handler is set
;3 - copy thread - verify early
;4 - Post copy thread