--- a/src/crashcatcher.cpp Tue Oct 22 19:28:45 2013 +0300
+++ b/src/crashcatcher.cpp Tue Oct 22 19:33:41 2013 +0300
@@ -32,7 +32,7 @@
if (g_crashCatcherActive)
{ printf ("caught signal while crash catcher is active!\n");
- return;
+ exit (149);
}
const pid_t pid = getpid();