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 238562 - AssertionError: Debugger communication in AWT Event Queue - Debugger ObjectVariable.getField().getValue()
Summary: AssertionError: Debugger communication in AWT Event Queue - Debugger ObjectVa...
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 14:33 UTC by gaurav_gupta
Modified: 2013-12-04 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (147.64 KB, text/plain)
2013-11-19 14:33 UTC, gaurav_gupta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gaurav_gupta 2013-11-19 14:33:27 UTC
Product Version = NetBeans IDE 7.4 RC1 (Build 201309162201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01


java.lang.AssertionError: Debugger communication in AWT Event Queue!
	at org.netbeans.modules.debugger.jpda.models.FieldVariable.getInnerValue(FieldVariable.java:244)
	at org.netbeans.modules.debugger.jpda.models.AbstractVariable.getValue(AbstractVariable.java:149)
	at org.netbeans.modules.debugger.localsviewenhancements.ui.models.LocalsViewActionsProviderFilter.getActions(LocalsViewActionsProviderFilter.java:91)
	at org.netbeans.spi.viewmodel.Models$CompoundNodeActionsProvider.getActions(Models.java:2075)
	at org.netbeans.spi.viewmodel.Models$CompoundModel.getActions(Models.java:4549)
	at org.netbeans.modules.viewmodel.TreeModelNode.getActions(TreeModelNode.java:424)
	at org.openide.nodes.NodeOp.findActions(NodeOp.java:162)
	at org.openide.explorer.view.NodePopupFactory.createPopupMenu(NodePopupFactory.java:80)
	at org.openide.explorer.view.OutlineView$OutlinePopupFactory.createPopupMenu(OutlineView.java:2333)
	at org.openide.explorer.view.OutlineView.createPopup(OutlineView.java:1048)
	at org.openide.explorer.view.OutlineView.access$1100(OutlineView.java:168)
	at org.openide.explorer.view.OutlineView$PopupAdapter.showPopup(OutlineView.java:1128)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:184)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at org.netbeans.swing.outline.Outline.processMouseEvent(Outline.java:1013)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 gaurav_gupta 2013-11-19 14:33:36 UTC
Created attachment 142363 [details]
IDE log
Comment 2 gaurav_gupta 2013-11-19 14:37:53 UTC
> Created attachment 142363 [details]
> IDE log
Comment 3 Martin Entlicher 2013-12-04 13:28:05 UTC
Which version of debugger.localsviewenhancements do you use? I did not find it in the attached log file.

There is no getValue() call in the current source of LocalsViewActionsProviderFilter and line 91 does not correspond to any meaningful location.