* exceptions.cc (stackdump): Avoid dumping more than once.

This commit is contained in:
Christopher Faylor
2006-02-20 02:04:31 +00:00
parent 6d61866578
commit a339c989c7
4 changed files with 21 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ timer_tracker::cancel ()
SetEvent (hcancel);
if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0)
api_fatal ("WFSO failed waiting for timer thread, %E");
debug_printf ("cancelled");
return true;
}