From 66337428c742ff1d35467d3d9d04af4fb96917d9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Apr 2004 07:41:58 +0000 Subject: [PATCH] comment --- stepmania/src/archutils/Unix/CrashHandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Unix/CrashHandler.cpp b/stepmania/src/archutils/Unix/CrashHandler.cpp index 46fa9f628d..59a1a8c64e 100644 --- a/stepmania/src/archutils/Unix/CrashHandler.cpp +++ b/stepmania/src/archutils/Unix/CrashHandler.cpp @@ -334,7 +334,8 @@ static void RunCrashHandler( const CrashData *crash ) } 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(); /* We need to be very careful, since we're under crash conditions. Let's fork