reenable HaltAllThreads

This commit is contained in:
Glenn Maynard
2004-03-28 06:06:10 +00:00
parent 7e7d68bd94
commit 466a271917
@@ -334,9 +334,8 @@ static void RunCrashHandler( const CrashData *crash )
}
received = getpid();
/* We want to stop other threads when crashing. However, sending SIGSTOPs is messy and
* tends to do more harm than good. Let's just try to get the crashdump written quickly. */
// RageThread::HaltAllThreads();
/* Stop other threads. */
RageThread::HaltAllThreads();
/* We need to be very careful, since we're under crash conditions. Let's fork
* a process and exec ourself to get a clean environment to work in. */