0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 09:19:32 +01:00
This commit is contained in:
dwight 2011-04-18 18:49:50 -04:00
parent b1b247e271
commit 0e34fc9b58

View File

@ -108,7 +108,7 @@ void cleanup( int sig ) {
void myterminate() {
rawOut( "bridge terminate() called, printing stack:" );
printStackTrace();
abort();
::abort();
}
void setupSignals() {