0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

Add breakpoint() to handlers of terminate() and addr signals

This commit is contained in:
Mathias Stearn 2015-03-06 15:24:10 -05:00
parent f68312003c
commit 67caf3ffae

View File

@ -179,6 +179,7 @@ namespace {
doMinidump();
#endif
breakpoint();
quickExit(EXIT_ABRUPT);
}
@ -233,6 +234,7 @@ namespace {
writeMallocFreeStreamToLog();
printSignalAndBacktrace(signalNum);
breakpoint();
quickExit(EXIT_ABRUPT);
}