Destructors/threads race condition at exit time
-----------------------------------------------

         Key: CAROB-115
         URL: https://forge.continuent.org/jira/browse/CAROB-115
     Project: Carob
        Type: Bug
  Components: C++ API  
    Versions: Carob 0.6.2    
    Reporter: Marc Herbert
 Assigned to: Gilles Rayrat 
    Priority: Minor


The Pinger and Watcher threads may still be running when the process is exiting 
and has started to destruct objects (that the threads are still using!).

The fix is probably to pthread_join() in the destructor of some high-level 
object (but which one?).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to