We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520aed6 + f492337 commit 235a3e1Copy full SHA for 235a3e1
AUTHORS
@@ -135,6 +135,7 @@ Jesse Morgan <morgajel@gmail.com>
135
Jo Goossens <jo.goossens@hosted-power.com>
136
Jochen Friedrich <j.friedrich@nwe.de>
137
Johannes Meyer <johannes.meyer@icinga.com>
138
+Johannes Schmidt <johannes.schmidt@icinga.com>
139
Jonas Meurer <jonas@freesources.org>
140
Jordi van Scheijen <jordi.vanscheijen@solvinity.com>
141
Josef Friedrich <josef@friedrich.rocks>
lib/base/application.cpp
@@ -776,6 +776,12 @@ void Application::SigAbrtHandler(int)
776
}
777
778
AttachDebugger(fname, interactive_debugger);
779
+
780
+#ifdef __linux__
781
+ prctl(PR_SET_DUMPABLE, 1);
782
+#endif /* __linux __ */
783
784
+ abort();
785
786
787
#ifdef _WIN32
0 commit comments