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

GUI freezes and throws exception on model dialogs #160

Open
merkste opened this issue May 4, 2021 · 3 comments
Open

GUI freezes and throws exception on model dialogs #160

merkste opened this issue May 4, 2021 · 3 comments

Comments

@merkste
Copy link
Contributor

merkste commented May 4, 2021

From time to time the GUI freezes on opening or closing a modal dialog, e.g., Graph options, and an exception is logged to the console, see error.log. The problem can only be resolved by restarting PRISM. Unfortunately, I cannot trigger the bug purposely. It might be the case that it is caused by the underlying OS-specific Java code. I use JDK11 on MacOS 11.3.

@davexparker
Copy link
Member

Thanks @merkste. Googling suggest that this is a Java bug, now fixed in Java 13 (but presumably not in Java 11):

https://bugs.openjdk.java.net/browse/JDK-8215200

@merkste
Copy link
Contributor Author

merkste commented May 10, 2021

Interesting, I didn't find that one. I'll test it with JDK 15 (14 is not available on my system) for some days.

@merkste
Copy link
Contributor Author

merkste commented Nov 8, 2021

I testet it for a while now with Java 13, 15 and 16. It did not show up. Maybe we can raise the minimum version to 13 and then close the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants