[Orxonox-commit 805] r3326 - trunk/src/core

landauf at orxonox.net landauf at orxonox.net
Sun Jul 19 16:15:09 CEST 2009


Author: landauf
Date: 2009-07-19 16:15:09 +0200 (Sun, 19 Jul 2009)
New Revision: 3326

Modified:
   trunk/src/core/TclThreadManager.cc
Log:
small fix against the thread-exit assertion failure

Modified: trunk/src/core/TclThreadManager.cc
===================================================================
--- trunk/src/core/TclThreadManager.cc	2009-07-19 13:48:00 UTC (rev 3325)
+++ trunk/src/core/TclThreadManager.cc	2009-07-19 14:15:09 UTC (rev 3326)
@@ -117,7 +117,7 @@
         TclThreadManager::singletonPtr_s = 0;
 
         delete this->interpreterBundlesMutex_;
-        delete this->mainInterpreterMutex_;
+//        delete this->mainInterpreterMutex_; // <-- temporary disabled to avoid crash if a thread is still actively queriyng
         delete this->messageQueue_;
     }
 




More information about the Orxonox-commit mailing list