• WuYunlong's avatar
    bio: fix doFastMemoryTest. · 5d933226
    WuYunlong authored
    If one thread got SIGSEGV, function sigsegvHandler() would be triggered,
    it would call bioKillThreads(). But call pthread_cancel() to cancel itself
    would make it block. Also note that if SIGSEGV is caught by bio thread, it
    should kill the main thread in order to give a positive report.
    
    (cherry picked from commit 8b70cb0e)
    5d933226
server.h 113 KB