Use abort() instead of raising SIGKILL, gives us proper core dumps if enabled
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ static void segv_handler(int signal)
|
||||
backtrace->destroy(backtrace);
|
||||
|
||||
DBG1(DBG_DMN, "killing ourself, received critical signal");
|
||||
raise(SIGKILL);
|
||||
abort();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user