Re: Critical error when showing and hiding stage or popup

2021-09-03 Thread Kevin Rushforth
FWIW, here is the modified code that will run indefinitely (note that there is an extra "9" in the loop count...I got tired of watching it after about 200,000 times):     Thread t = new Thread(() -> {       for (int i = 0; i < 99; i++) {      final int _i = i;          

Re: Critical error when showing and hiding stage or popup

2021-09-03 Thread Kevin Rushforth
I missed seeing the message yesterday. He did file a bug at bugreport.java.com, which ended up here: https://bugs.openjdk.java.net/browse/JDK-8273319 I just evaluated it, and closed it as "not an issue". As I wrote in the bug report: - "The test ap

Re: Critical error when showing and hiding stage or popup

2021-09-03 Thread Nir Lisker
I would submit it to bugreport.java.com. On Thu, Sep 2, 2021 at 9:08 PM Troels Skytte Kaspersen wrote: > Hi, > > We have received many complaints from our customers that the popups are > not shown anymore after a period of time. > > I have then created a simple piece of code that result in the e

Re: Critical error when showing and hiding stage or popup

2021-09-03 Thread John Hendrikx
This ran for me until 15058 iterations, then the whole system froze for a few seconds and the program threw an exception (without a stacktrace). Windows 10, javafx.runtime.version: 16+8 This looks like some native resource getting exhausted (especially since the whole system froze for a moment