The same process is requesting the lock a second time before unlocking.
futex_get() is never able to acquire the lock and does not return, I tested this in a very minimalist program using pthread_mutex_lock() and it does get stuck.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.