-
Notifications
You must be signed in to change notification settings - Fork 46
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
java.lang.IllegalStateException: During an operation the framework attempted to acquire the same lock twice. #50
Comments
It is the second explanation: You are just adding something to your UI in "|||at A solution could be to invoke "SwingUtilities.invokeLater" in Regards |
|
I'm experiencing
java.lang.IllegalStateException: During an operation the framework attempted to acquire the same lock twice.
and made sure that every timeCControl
is accessedSwingUtilities.isEventHandlingThread()
returnstrue
in a debugger.The stack is:
Could you tell from the stack whether this is an obvious user error - which contradicts the message
1.
and the debugger tests I conducted. If not, I'll produce a minimal test case. I'm aware that this is not the best bug reporting etiquette, but it's necessary to spare a lot of unnecessary work and the message printed by the framework is quite clear.experienced with 1.1.2p16a-26-g82473c3 (which is
1.1.2-P17b
in maven - maybe a missing tag?)The text was updated successfully, but these errors were encountered: