This commit is contained in:
Glenn Maynard
2004-04-07 07:41:58 +00:00
parent f8d81ce6a9
commit 66337428c7
@@ -334,7 +334,8 @@ static void RunCrashHandler( const CrashData *crash )
} }
received = getpid(); received = getpid();
/* Stop other threads. */ /* Stop other threads. XXX: This prints a spurious ptrace error if any threads
* are already suspended, which happens in ForceCrashHandlerDeadlock(). */
RageThread::HaltAllThreads(); RageThread::HaltAllThreads();
/* We need to be very careful, since we're under crash conditions. Let's fork /* We need to be very careful, since we're under crash conditions. Let's fork