diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index d9cad75c5..40c85c743 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -31,6 +31,7 @@ #endif #include +#include #include #include @@ -190,6 +191,7 @@ int main ( int argc, char **argv ) { << "\n (received from " << t.getOrigin() << ')' << endl; } catch (...) { cerr << "Unknown exception in the main loop. Aborting..." << endl; + perror("Possible cause"); } return 0;