• Sergei Golubchik's avatar
    TokuDB: Don't free P_S instrumented mutexes after exit() · 3a4242fd
    Sergei Golubchik authored
    don't create static objects that destroy mutexes from destructors,
    and don't destroy mutexes from .so destructor (on-unload) function.
    
    if it happens after exit(), P_S will be long gone by that time
    
    this fixes tokudb tests crashing on quantal-amd64
    3a4242fd
ydb_lib.cc 1.92 KB