Print

Print


Commit in slic/src on MAIN
SlicApplication.cc+5-31.41 -> 1.42
JM: Workaround for end of run seg fault on cygwin.

slic/src
SlicApplication.cc 1.41 -> 1.42
diff -u -r1.41 -r1.42
--- SlicApplication.cc	27 Apr 2007 01:54:35 -0000	1.41
+++ SlicApplication.cc	14 Jun 2007 19:23:40 -0000	1.42
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/SlicApplication.cc,v 1.41 2007/04/27 01:54:35 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/SlicApplication.cc,v 1.42 2007/06/14 19:23:40 jeremy Exp $
 
 #include "SlicApplication.hh"
 
@@ -76,12 +76,14 @@
       delete m_appMessenger;
     }
 
-    // Delete all the modules.
+    // Delete all the modules if not Windows Cygwin.
+    // https://jira.slac.stanford.edu/browse/SLIC-185
+#ifndef __CYGWIN__
 #ifdef SLIC_LOG
     log().debug("Deleting registered modules ...");
 #endif
-
     ModuleRegistry::instance()->deleteModules();
+#endif
 
     // Delete the G4RunManager, which also deletes
     // all the Geant4-related modules, such as 
CVSspam 0.2.8