Ignore:
Timestamp:
Jul 5, 2002, 5:09:59 PM (23 years ago)
Author:
sandervl
Message:

only log fatal exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r8835 r8836  
    1 /* $Id: exceptions.cpp,v 1.62 2002-07-05 14:48:34 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.63 2002-07-05 15:09:59 sandervl Exp $ */
    22
    33/*
     
    11321132    //print exception name & exception type
    11331133    sprintfException(pERepRec, pERegRec, pCtxRec, p, szTrapDump);
    1134     logException();
    1135 
    11361134
    11371135    /* Access violation at a known location */
     
    12931291        }
    12941292#endif
     1293
    12951294        if(!fIsOS2Image && !fExitProcess)  //Only for real win32 apps
    12961295        {
     
    13031302
    13041303        dprintf(("KERNEL32: OS2ExceptionHandler: Continue and kill\n"));
     1304       
     1305        //Log fatal exception here
     1306        logException();
     1307
    13051308        pCtxRec->ctx_RegEip = (ULONG)KillWin32Process;
    13061309        pCtxRec->ctx_RegEsp = pCtxRec->ctx_RegEsp + 0x10;
Note: See TracChangeset for help on using the changeset viewer.