1. 24 Oct, 2006 1 commit
    • anozdrin/alik@alik.'s avatar
      Fix for BUG#17486: IM: race condition on exit. · f40a9d2e
      anozdrin/alik@alik. authored
      The problem was that IM stoped guarded instances on shutdown,
      but didn't wait for them to stop.
      
      The fix is to wait for guarded instances to stop before exitting
      from the main thread.
      
      The idea is that Instance-monitoring thread should add itself
      to Thread_registry so that it will be taken into account on shutdown.
      However, Thread_registry should not signal it on shutdown in order to
      not interrupt wait()/waitpid().
      f40a9d2e
  2. 23 Oct, 2006 3 commits
  3. 20 Oct, 2006 10 commits
  4. 19 Oct, 2006 23 commits
  5. 18 Oct, 2006 3 commits