You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Martin Entlicher (Jira)" <ji...@apache.org> on 2022/02/11 13:03:00 UTC

[jira] [Created] (NETBEANS-6458) Cyclic reference. Somebody is trying to get value from FolderInstance (org.openide.awt.Toolbar$Folder) from the same thread that is processing the instance.

Martin Entlicher created NETBEANS-6458:
------------------------------------------

             Summary: Cyclic reference. Somebody is trying to get value from FolderInstance (org.openide.awt.Toolbar$Folder) from the same thread that is processing the instance.
                 Key: NETBEANS-6458
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6458
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Other
            Reporter: Martin Entlicher


{code}
INFO [org.openide.loaders.FolderInstance.Toolbars]: Cannot create org.openide.loaders.FolderInstance$HoldInstance@1d0068b[Toolbars/File]

    [junit] java.io.IOException: Cyclic reference. Somebody is trying to get value from FolderInstance (org.openide.awt.Toolbar$Folder) from the same thread that is processing the instance

    [junit] 	at org.openide.loaders.FolderInstance.instanceCreate(FolderInstance.java:274)

    [junit] 	at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:555)

    [junit] 	at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:1132)

    [junit] [catch] at org.openide.loaders.FolderInstance$1R.instances(FolderInstance.java:675)

    [junit] 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:696)

    [junit] 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

    [junit] 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

    [junit] 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

    [junit] 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

    [junit] INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,811 ms for org.openide.awt.Toolbar$Folder@512070e2(FolderList{MultiFileObject@3a04eb7f[Toolbars/UndoRedo]})
{code}
It has happened during test org.netbeans.modules.debugger.jpda.truffle.DebugRubyTest.
See https://app.travis-ci.com/github/apache/netbeans/jobs/559303759 for details.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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