mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10178
This commit is contained in:
parent
4a243872f0
commit
27997d52ef
|
@ -1223,7 +1223,7 @@ int diagnostics_init_unhandled_exception_monitor() {
|
||||||
// Create the thread that is going to monitor any unhandled exceptions
|
// Create the thread that is going to monitor any unhandled exceptions
|
||||||
// NOTE: Only attempt to create the thread if all the thread sync objects
|
// NOTE: Only attempt to create the thread if all the thread sync objects
|
||||||
// have been created.
|
// have been created.
|
||||||
if (!hExceptionMonitorHalt && !hExceptionDetectedEvent && !hExceptionQuitEvent && !hExceptionQuitFinishedEvent) {
|
if (hExceptionMonitorHalt && hExceptionDetectedEvent && hExceptionQuitEvent && hExceptionQuitFinishedEvent) {
|
||||||
hExceptionMonitorThread = (HANDLE)_beginthreadex(
|
hExceptionMonitorThread = (HANDLE)_beginthreadex(
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue