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:
parent
f68312003c
commit
67caf3ffae
@ -179,6 +179,7 @@ namespace {
|
||||
doMinidump();
|
||||
#endif
|
||||
|
||||
breakpoint();
|
||||
quickExit(EXIT_ABRUPT);
|
||||
}
|
||||
|
||||
@ -233,6 +234,7 @@ namespace {
|
||||
writeMallocFreeStreamToLog();
|
||||
|
||||
printSignalAndBacktrace(signalNum);
|
||||
breakpoint();
|
||||
quickExit(EXIT_ABRUPT);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user