-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Description
Admittedly this is an artificial issue, but I will still open a PR and fix this.
Background: In my unit tests, I have a catch-all app.stop(true);. When the app has already been decreated once, this call creates a hangup in LwjglContext#waitFor (Line 442, createdLock.wait()), as noone will ever notify that lock anymore.
This fix is a simple if (needClose.get()) { return; }, however I need to give it a bit of thought, as needClose is also touched in case of uncaught exceptions. We'll see.
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".