Changeset 8836 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jul 5, 2002, 5:09:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r8835 r8836 1 /* $Id: exceptions.cpp,v 1.6 2 2002-07-05 14:48:34sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.63 2002-07-05 15:09:59 sandervl Exp $ */ 2 2 3 3 /* … … 1132 1132 //print exception name & exception type 1133 1133 sprintfException(pERepRec, pERegRec, pCtxRec, p, szTrapDump); 1134 logException();1135 1136 1134 1137 1135 /* Access violation at a known location */ … … 1293 1291 } 1294 1292 #endif 1293 1295 1294 if(!fIsOS2Image && !fExitProcess) //Only for real win32 apps 1296 1295 { … … 1303 1302 1304 1303 dprintf(("KERNEL32: OS2ExceptionHandler: Continue and kill\n")); 1304 1305 //Log fatal exception here 1306 logException(); 1307 1305 1308 pCtxRec->ctx_RegEip = (ULONG)KillWin32Process; 1306 1309 pCtxRec->ctx_RegEsp = pCtxRec->ctx_RegEsp + 0x10;
Note:
See TracChangeset
for help on using the changeset viewer.