From a112b39c8428e1147f6a19a7a8018e0a221b07fa Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 17 Oct 2004 17:59:02 +0000 Subject: [PATCH] Add a tad more information, although it actually might mean nothing at all. --- src/Main/bootstrap.cxx | 2 ++ 1 file changed, 2 insertions(+) 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;