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
* Fix context lock removal
Removal of context lock assumed that one still holds a lock on it. This
is no longer the case when using a `withContextLock` block that
correctly manages the resource. This change fixes the
`IllegalMonitorStateException`.
Closes#10354.
* address review
* Add missing file
* Hiding ContextLock internals from other than ReentrantLocking classes
---------
Co-authored-by: Jaroslav Tulach <[email protected]>
Issue
When pressing the
New Empty Project
button on the dashboard, the error is displayed and the project is not opened:issue-new-empty-project.mp4
I tracked the issue to the #10256 commit. It is the first comit that shows this behavior.
The text was updated successfully, but these errors were encountered: