This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256115 - Mixed dev navigation freezes UI for long
Summary: Mixed dev navigation freezes UI for long
Status: RESOLVED DUPLICATE of bug 253756
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 18:31 UTC by Vladimir Kvashin
Modified: 2015-11-02 14:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-10-22 18:31:23 UTC
Here is the stack

"AWT-EventQueue-0" #40 prio=6 os_prio=0 tid=0x00007f88a83f7000 nid=0x7037 in Object.wait() [0x00007f88b0619000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.waitParseImpl(ProjectBase.java:791)
        - locked <0x000000070b009100> (a org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase$WaitParseLock)
        at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.waitParse(ProjectBase.java:778)
        at org.netbeans.modules.cnd.modelimpl.impl.services.CsmSymbolResolverImpl.resolveSymbol(CsmSymbolResolverImpl.java:109)
        at org.netbeans.modules.cnd.api.model.services.CsmSymbolResolver$Default.resolveSymbol(CsmSymbolResolver.java:132)
        at org.netbeans.modules.cnd.api.model.services.CsmSymbolResolver.resolveSymbol(CsmSymbolResolver.java:80)
        at org.netbeans.modules.cnd.mixeddev.MixedDevUtils.findCppSymbol(MixedDevUtils.java:199)
        at org.netbeans.modules.cnd.mixeddev.java.JavaToCppHyperlinkProvider.navigate(JavaToCppHyperlinkProvider.java:88)
        at org.netbeans.modules.cnd.mixeddev.java.AbstractJavaToCppHyperlinkProvider.performClickAction(AbstractJavaToCppHyperlinkProvider.java:98)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performAction(HyperlinkOperation.java:274)
        at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.mouseClicked(HyperlinkOperation.java:446)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
        at java.awt.Component.processMouseEvent(Component.java:6528)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
        at java.awt.Component.processEvent(Component.java:6290)
        at java.awt.Container.processEvent(Container.java:2234)
        at java.awt.Component.dispatchEventImpl(Component.java:4881)
        at java.awt.Container.dispatchEventImpl(Container.java:2292)
        at java.awt.Component.dispatchEvent(Component.java:4703)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4542)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
        at java.awt.Container.dispatchEventImpl(Container.java:2278)
        at java.awt.Window.dispatchEventImpl(Window.java:2750)
        at java.awt.Component.dispatchEvent(Component.java:4703)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
        at java.awt.EventQueue.access$500(EventQueue.java:97)
        at java.awt.EventQueue$3.run(EventQueue.java:709)
        at java.awt.EventQueue$3.run(EventQueue.java:703)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
        at java.awt.EventQueue$4.run(EventQueue.java:731)
        at java.awt.EventQueue$4.run(EventQueue.java:729)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
Comment 1 Alexander Simon 2015-11-02 14:07:43 UTC

*** This bug has been marked as a duplicate of bug 253756 ***