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
If I have a control exception within a Lock.protect, the lock in question is still in a locked state after the call to protect returns. On MoarVM, this has the side effect when a ReentrantMutex object gets collected, the underlying pthread_mutex is still locked. pthread_mutex_destroy thus fails, and libuv calls abort(). To reproduce this, run the attached script, or follow these instructions:
Migrated from rt.perl.org#127865 (status was 'open')
Searchable as RT127865$
The text was updated successfully, but these errors were encountered: