[ 
https://issues.apache.org/jira/browse/NETBEANS-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397940#comment-17397940
 ] 

Jaroslav Tulach commented on NETBEANS-5914:
-------------------------------------------

The log [^210506 NetBeans Deadlock on Startup 2.txt] seems to indicate the 
problem is at
{code:java}
        at 
org.netbeans.spi.project.support.DelegatingLookupImpl.doDelegate(DelegatingLookupImpl.java:168)
        - locked <0x000000061e869218> (a java.util.ArrayList)
        at 
org.netbeans.spi.project.support.DelegatingLookupImpl.resultChanged(DelegatingLookupImpl.java:84)
 {code}
The {{org.netbeans.spi.project.support.DelegatingLookupImpl}} class holds a 
lock and calls into unknown code. That's against NetBeans API threading policy.

> NetBeans 12.4 freezes on startup
> --------------------------------
>
>                 Key: NETBEANS-5914
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5914
>             Project: NetBeans
>          Issue Type: Bug
>         Environment: NetBeans 12.4 on Zulu/OpenJDK 11 on Windows 10.
>            Reporter: Eirik Bakke
>            Assignee: Jaroslav Tulach
>            Priority: Major
>         Attachments: 210506 NetBeans Deadlock on Startup 2.txt, 210506 
> NetBeans Deadlock on Startup.txt, 210516 Another NetBeans Deadlock.txt, 
> 210526 NetBeans Deadlock again.txt
>
>
> On NetBeans 12.4, I was previously experiencing some intermittent freezes on 
> startup, at the time when projects were being loaded and such. I did some 
> thread dumps of the frozen IDE using VisualVM. I'm uploading these now in 
> case they are related to NETBEANS-5913.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-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