Exit process called while multiple threads still running |
Application Verifier break message
ExitProcess called while multiple threads still running.
Probable cause
This stop is generated if a thread calls ExitProcess while there are several threads running. In such a case, TerminateThread is called for each thread and this can create deadlocks or data corruptions.
Information displayed by Application Verifier
Paramater 1 - Number of threads running
Paramater 2 - Not used
Parameter 3 - Not used
Parameter 4 - Not used
Additional information
Verifier stop code 0102.