]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding a line to be able to generate core dumps online
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Nov 2009 10:08:29 +0000 (10:08 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Nov 2009 10:08:29 +0000 (10:08 +0000)
MUON/MUONTRKOCCda.cxx

index 64c5676d550ba768aa4c282d4e00d5c5cc21abd2..ddcd577f4256e90fc1a4bfe6f02c9c4a1846938e 100644 (file)
@@ -144,6 +144,8 @@ int main(int argc, char **argv)
   /// were seen per manu, and the number of events.
   ///
   
+  signal(SIGSEGV,SIG_DFL); // to be able to get core dumps...
+  
   TStopwatch timers;
   timers.Start(kTRUE);