]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add shit that i made in the last week!
[chaz/openbox] / openbox / openbox.c
index 304d52c6f27abe3c7332458bdec5a82bd509af0b..8c599c4a36732c42b167b76b5f4fcaf0d52cccea 100644 (file)
@@ -271,7 +271,8 @@ void signal_handler(const ObEvent *e, void *data)
 
     case SIGFPE:
     case SIGSEGV:
-       g_error("Caught signal %d. Aborting and dumping core.", s);
+       g_message("Caught signal %d. Aborting and dumping core.", s);
+        abort();
     }
 }
 
This page took 0.020643 seconds and 4 git commands to generate.