mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
228aafc945
commit
f198249eb1
@ -640,10 +640,13 @@ void Application::SigAbrtHandler(int)
|
||||
|
||||
DisplayBugMessage(ofs);
|
||||
|
||||
#ifndef _WIN32
|
||||
ofs << "\n";
|
||||
ofs.close();
|
||||
|
||||
#ifndef _WIN32
|
||||
GetDebuggerBacktrace(fname);
|
||||
#else /* _WIN32 */
|
||||
ofs.close();
|
||||
#endif /* _WIN32 */
|
||||
}
|
||||
#else /* _WIN32 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user