Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX BUG(Issue #1776): Switching pthread causes coredump when bthread …
…local variable is destructed If the bthread local destructor specified by bthread_key_create calls bthread_mutex_lock it may cause TaskGroup::task_runner->return_keytable to switch pthreads after execution causing coredump
- Loading branch information