summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers_synchronous.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-4/+3
* SERVER-29688: Coredump on Sanizitizer failureSpencer Jackson2017-07-131-0/+25
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+7
* SERVER-25833 Stop printing /proc/self/maps in address signal handlerMathias Stearn2016-08-261-13/+0
* SERVER-23071 use system exception handler to generate minidumpRobert Guo2016-06-171-2/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23757 Clear signal mask when starting unit testsJonathan Reams2016-04-161-0/+9
* SERVER-21959 Enlarge buffer used for logging in signal handlers, to support l...Andy Schwerin2015-12-301-1/+1
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-2/+4
* SERVER-20074 Log signal information for some thread when several threads rais...Andy Schwerin2015-08-211-25/+24
* SERVER-12259 Make custom signal handlers defer to default behavior rather tha...Andy Schwerin2015-07-071-37/+57
* SERVER-18699 fix formatting triviaMartin Bligh2015-06-241-1/+1
* SERVER-18699 dump /proc/self/maps on a sigbus to make it easier to diagnoseMartin Bligh2015-06-241-0/+13
* SERVER-19046 Make myTerminate call quickExit when re-entered by a single thread.Andy Schwerin2015-06-221-18/+38
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-177/+180
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18108 catch boost::exception in terminate handlerAdam Midvidy2015-04-171-1/+8
* Add breakpoint() to handlers of terminate() and addr signalsMathias Stearn2015-03-091-0/+2
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-5/+5
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+0
* SERVER-17031 Don't handle SIGQUIT on the signal handling threadMathias Stearn2015-01-271-0/+3
* SERVER-13256 Make debug_util macros onlyAndrew Morrow2015-01-051-0/+1
* SERVER-16466 Attempt to print the current exception in terminate handlerMathias Stearn2014-12-081-1/+48
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-4/+5
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-9/+8
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-10431 Split synchronous signal handlers into new library; use them in ...Andy Schwerin2014-08-061-0/+233