From 0bc5c2ede4f9a4c29aa3ea65df115388fb53c1a1 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 19 Jun 2005 07:28:59 +0000 Subject: [PATCH] Kill our parent first. --- stepmania/src/archutils/Unix/CrashHandlerChild.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/archutils/Unix/CrashHandlerChild.cpp b/stepmania/src/archutils/Unix/CrashHandlerChild.cpp index f7b70e4702..8c974f677f 100644 --- a/stepmania/src/archutils/Unix/CrashHandlerChild.cpp +++ b/stepmania/src/archutils/Unix/CrashHandlerChild.cpp @@ -341,10 +341,9 @@ static void child_process() fclose(CrashDump); #if defined(DARWIN) - InformUserOfCrash( sCrashInfoPath ); - /* Forcibly kill our parent. */ kill( getppid(), SIGKILL ); + InformUserOfCrash( sCrashInfoPath ); #else /* stdout may have been inadvertently closed by the crash in the parent; * write to /dev/tty instead. */