• unknown's avatar
    When we fail during slave thread initialisation, keep mi->run_lock · 27dfa45e
    unknown authored
    locked until we have finished clean up.
    
    Previously, the code released the lock without marking that the thread
    was running. This allowed a new slave thread to start while the old one
    was still in the middle of cleaning up, causing assertions and probably
    general mayhem.
    27dfa45e
slave.cc 167 KB