Could you, please, see if the problem continues to occur when you use a few different JDKs?
Gj On Wed, 11 Aug 2021 at 15:24, Chris Wareham <ch...@chriswareham.net> wrote: > Hi Geertjan, > > None of my projects use Micronaut, they are all Spring Boot based. If I > do a: > > mvn -DincludeScope=runtime dependency:tree > > Then no Micronaut dependencies are showing up. > > Regards, > > Chris > > On 11/08/2021 12:13, Geertjan Wielenga wrote: > > Looks like you’re doing something with Micronaut? > > > > Gj > > > > On Wed, 11 Aug 2021 at 13:08, Neil C Smith <neilcsm...@apache.org> > wrote: > > > >> On Wed, 11 Aug 2021 at 11:28, Chris Wareham <ch...@chriswareham.net> > >> wrote: > >>> > >>> OK, I've just had another lock up. I wasn't able to get a thread dump > >>> with jstack, even using the -F flag, but succeeded with VisualVM. I've > >>> created a Jira issue and attached both the thread dump and log file to > >> it: > >>> > >>> https://issues.apache.org/jira/browse/NETBEANS-5913 > >> > >> Can you describe (here and/or in issue) roughly what you were doing at > >> the moment it locked up? > >> > >> This seems curious ? > >> > >> "AWT-EventQueue-0" #21 prio=6 os_prio=0 cpu=7380.14ms elapsed=307.91s > >> tid=0x00007f5c54163000 nid=0x22b2 waiting on condition > >> [0x00007f5c60441000] > >> java.lang.Thread.State: WAITING (parking) > >> at jdk.internal.misc.Unsafe.park(java.base@11.0.12/Native > Method) > >> - parking to wait for <0x000000070dd6c7b0> (a > >> java.util.concurrent.locks.ReentrantLock$FairSync) > >> at > java.util.concurrent.locks.LockSupport.park(java.base@11.0.12 > >> /LockSupport.java:194) > >> at > >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(java.base@11.0.12 > >> /AbstractQueuedSynchronizer.java:885) > >> at > >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(java.base@11.0.12 > >> /AbstractQueuedSynchronizer.java:917) > >> at > >> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@11.0.12 > >> /AbstractQueuedSynchronizer.java:1240) > >> at > java.util.concurrent.locks.ReentrantLock.lock(java.base@11.0.12 > >> /ReentrantLock.java:267) > >> at > >> > org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:170) > >> at > >> > org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) > >> at > >> > org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452) > >> at > >> > org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423) > >> at > >> > org.netbeans.modules.micronaut.hyperlink.MicronautJavaHyperlinkProvider.getPropertyName(MicronautJavaHyperlinkProvider.java:151) > >> at > >> > org.netbeans.modules.micronaut.hyperlink.MicronautJavaHyperlinkProvider.resolve(MicronautJavaHyperlinkProvider.java:122) > >> at > >> > org.netbeans.modules.micronaut.hyperlink.MicronautJavaHyperlinkProvider.getHyperlinkSpan(MicronautJavaHyperlinkProvider.java:85) > >> at > >> > org.netbeans.modules.micronaut.hyperlink.MicronautJavaHyperlinkProvider.isHyperlinkPoint(MicronautJavaHyperlinkProvider.java:79) > >> at > >> > org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:266) > >> at > >> > org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performHyperlinking(HyperlinkOperation.java:224) > >> at > >> > org.netbeans.lib.editor.hyperlink.HyperlinkOperation.keyPressed(HyperlinkOperation.java:382) > >> > >> Thanks, > >> > >> Neil > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > >> For additional commands, e-mail: dev-h...@netbeans.apache.org > >> > >> For further information about the NetBeans mailing lists, visit: > >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >> > >> > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > For additional commands, e-mail: dev-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >