Fixes issue #259

This commit is contained in:
DennisOSRM
2012-05-31 14:09:40 +02:00
parent bbad30c6e0
commit 5ff2fc9250
+1 -1
View File
@@ -139,7 +139,7 @@ void installCrashHandler(std::string b) {
#ifndef NDEBUG
binaryName = b;
struct sigaction sigact;
sigemptyset(&sigact.sa_mask);
sigact.sa_sigaction = crashHandler;
sigact.sa_flags = SA_RESTART | SA_SIGINFO;