whoops
This commit is contained in:
@@ -339,7 +339,6 @@ static void RunCrashHandler( const CrashData *crash )
|
|||||||
/* Stop other threads. XXX: This prints a spurious ptrace error if any threads
|
/* Stop other threads. XXX: This prints a spurious ptrace error if any threads
|
||||||
* are already suspended, which happens in ForceCrashHandlerDeadlock(). */
|
* are already suspended, which happens in ForceCrashHandlerDeadlock(). */
|
||||||
RageThread::HaltAllThreads();
|
RageThread::HaltAllThreads();
|
||||||
fprintf(stderr, "crash\n");
|
|
||||||
|
|
||||||
/* 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
|
||||||
* a process and exec ourself to get a clean environment to work in. */
|
* a process and exec ourself to get a clean environment to work in. */
|
||||||
|
|||||||
Reference in New Issue
Block a user