mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 20:24:33 +02:00
parent
9db3d42135
commit
e1a07ad129
@ -640,10 +640,13 @@ void Application::SigAbrtHandler(int)
|
|||||||
|
|
||||||
DisplayBugMessage(ofs);
|
DisplayBugMessage(ofs);
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
ofs << "\n";
|
||||||
ofs.close();
|
ofs.close();
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
GetDebuggerBacktrace(fname);
|
GetDebuggerBacktrace(fname);
|
||||||
|
#else /* _WIN32 */
|
||||||
|
ofs.close();
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
}
|
}
|
||||||
#else /* _WIN32 */
|
#else /* _WIN32 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user