Re: Project open hangs

2022-03-23 Thread antonio
D'oh, I missed the "getNextEvent" part in the thread! This is Swing waiting for next events, which is normal. What was the behaviour of the IDE on this stack trace? Why do you say that "it hangs"? Thanks, Antonio El 23/3/22 a las 20:09, antonio escribió: [2] "AWT-EventQueue-0" #20 prio=6 os

Re: Project open hangs

2022-03-23 Thread antonio
This looks like a JDK bug. If you invoke javax.swing.JFileChooser.showOpenDialog you don't expect the thread (invoking JDK classes, not Netbeans' classes) to get stuck in a "WAITING" (parking) condition, I think. [2] It seems people is reporting similar hangs in different applications [1],

Re: Project open hangs

2022-03-23 Thread Jürgen Weber
I append the thread dump. Am So., 20. März 2022 um 10:26 Uhr schrieb antonio : > > Tips: > > - "jps" prints the process ids of running Java programs. > - "jstack pid" dumps the stack trace of the give pid. > > The stack trace will print deadlocks, if any. > > Hope this helps, > Antonio > > El 19/3