Ignore:
Timestamp:
Jan 2, 2000, 11:09:02 PM (26 years ago)
Author:
sandervl
Message:

Fixed Odin zombie processes when there's a trap inside vfprintf during logging.

File:
1 edited

Legend:

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

    r1811 r2298  
    1 /* $Id: exceptions.cpp,v 1.30 1999-11-22 20:35:49 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.31 2000-01-02 22:09:01 sandervl Exp $ */
    22
    33/*
     
    932932#define XCPT_CONTINUE_STOP 0x00716668
    933933#endif
     934
     935//in misc.cpp
     936void CheckLogException();
    934937
    935938ULONG APIENTRY OS2ExceptionHandler(PEXCEPTIONREPORTRECORD       pERepRec,
     
    10211024  case XCPT_IN_PAGE_ERROR:
    10221025CrashAndBurn:
     1026        CheckLogException();
    10231027        dprintfException(pERepRec, pERegRec, pCtxRec, p);
    10241028        if(fIsOS2Image == FALSE)  //Only for real win32 apps
Note: See TracChangeset for help on using the changeset viewer.