You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can run before pthread_create has initialized m_thread. When this happens, pthread_setname_np is called with a null pointer, which results in a segfault.
The text was updated successfully, but these errors were encountered:
libtorrent/src/torrent/utils/thread_base.cc
Line 126 in 7b29b6b
This can run before pthread_create has initialized m_thread. When this happens, pthread_setname_np is called with a null pointer, which results in a segfault.
The text was updated successfully, but these errors were encountered: