1. 23 Jan, 2007 1 commit
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      Bug#25396 · fddb97da
        "Valgrind leak in closecon_handlerton"
        plugin_shutdown() calls plugin_deinitialize() which calls ha_finalize_handlerton().
        ndbcluster_end() fails to wait for the ndb utility thread to exit which results in
        the handlerton struct being freed before the ndb utility thread has destroyed it's THD
        but before the plugin has been marked as UNINITIALIZED
      
      Bug is caused by misuse of abort_loops variable and not locking mutex during calls to
      pthread condition variable functions causing a race in valgrind's pthread_cond_wait
      implementation.
      fddb97da
  2. 06 Jan, 2007 2 commits
  3. 04 Jan, 2007 4 commits
  4. 02 Jan, 2007 4 commits
  5. 31 Dec, 2006 5 commits
  6. 28 Dec, 2006 1 commit
  7. 27 Dec, 2006 6 commits
  8. 26 Dec, 2006 4 commits
  9. 23 Dec, 2006 3 commits
  10. 22 Dec, 2006 8 commits
  11. 21 Dec, 2006 2 commits