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
Don't execute the proxy queue while adding to it from same thread.
test_pthread_cancel was intermittently failing with a deadlock. From the
backtrace, I found we were adding to the queue which can sometimes call
malloc->emscripten_yield->emscripten_proxy_execute_queue which
also tries to lock the same queue on the same thread.
0 commit comments