Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to open the project when pressing New Empty Project button #10354

Closed
Tracked by #10356
4e6 opened this issue Jun 24, 2024 · 2 comments
Closed
Tracked by #10356

Fail to open the project when pressing New Empty Project button #10354

4e6 opened this issue Jun 24, 2024 · 2 comments
Labels
-gui g-dashboard p-highest Should be completed ASAP

Comments

@4e6
Copy link
Contributor

4e6 commented Jun 24, 2024

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.

@somebody1234
Copy link
Contributor

@AdRiley AdRiley added the p-highest Should be completed ASAP label Jun 25, 2024
@jdunkerley
Copy link
Member

Seems to be fixed on mine on today's build so think the above PR fixed it.

@github-project-automation github-project-automation bot moved this from ❓New to 🟢 Accepted in Issues Board Jun 26, 2024
hubertp added a commit that referenced this issue Jul 16, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui g-dashboard p-highest Should be completed ASAP
Projects
Archived in project
Development

No branches or pull requests

4 participants