On Wed, 11 Aug 2021 at 11:28, Chris Wareham <[email protected]> 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([email protected]/Native Method)
        - parking to wait for  <0x000000070dd6c7b0> (a
java.util.concurrent.locks.ReentrantLock$FairSync)
        at 
java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt([email protected]/AbstractQueuedSynchronizer.java:885)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued([email protected]/AbstractQueuedSynchronizer.java:917)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire([email protected]/AbstractQueuedSynchronizer.java:1240)
        at 
java.util.concurrent.locks.ReentrantLock.lock([email protected]/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: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to