I've noticed this behavior in 12.6 and also in 13. In my case, I've not had
an indefinite wait, but certainly much longer than expected and enough to
make a user think things have potentially hung.

I've noted the delay decreases after a couple of runs, so I assumed it was
something related to initialization after a fresh install.

On Sun, 20 Mar 2022, 10:26 PM antonio, <anto...@vieiro.net> wrote:

> 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/22 a las 20:29, Jürgen Weber escribió:
> > Any tips?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Reply via email to