glom r1810 - trunk/glom/libglom



Author: murrayc
Date: Tue Dec 16 09:52:21 2008
New Revision: 1810
URL: http://svn.gnome.org/viewvc/glom?rev=1810&view=rev

Log:
Un-uncomment the crash handler.

Modified:
   trunk/glom/libglom/connectionpool.cc

Modified: trunk/glom/libglom/connectionpool.cc
==============================================================================
--- trunk/glom/libglom/connectionpool.cc	(original)
+++ trunk/glom/libglom/connectionpool.cc	Tue Dec 16 09:52:21 2008
@@ -601,7 +601,8 @@
 #endif // !G_OS_WIN32
 
   //If we crash while running (unlikely, hopefully), then try to cleanup.
-  //previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
+  //Comment this out if you want to see the backtrace in a debugger.
+  previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
 
   return true;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]