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 235265 - AssertionError: Debugger communication in AWT Event Queue!
Summary: AssertionError: Debugger communication in AWT Event Queue!
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 17:43 UTC by skygo
Modified: 2013-09-01 01:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203440


Attachments
stacktrace (5.55 KB, text/plain)
2013-08-29 17:43 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2013-08-29 17:43:41 UTC
Build: NetBeans IDE Dev (Build 201308290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 8

User Comments:
skygo: During the run of Test suite  http://wiki.netbeans.org/TS_74_JPDAdbg_DebuggingViews#Test_suite:_Call_Stack_view

I run into assertion on step 3 at the time I execute Show in Instances Views. on javax.swing.JLabel class

Regards




Stacktrace: 
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.jpda.heapwalk.FieldValueImpl.getValue(FieldValueImpl.java:75)
   at org.netbeans.modules.profiler.heapwalk.model.PrimitiveFieldNode.computeValue(PrimitiveFieldNode.java:155)
   at org.netbeans.modules.profiler.heapwalk.model.AbstractHeapWalkerNode.getValue(AbstractHeapWalkerNode.java:176)
   at org.netbeans.modules.profiler.heapwalk.ui.FieldTableCellRenderer.setValue(FieldTableCellRenderer.java:131)
Comment 1 skygo 2013-08-29 17:43:42 UTC
Created attachment 139449 [details]
stacktrace
Comment 2 skygo 2013-08-29 17:54:43 UTC
Sorry my browser was holding a cached section
The section is HeapWalker

http://wiki.netbeans.org/TS_74_JPDAdbg_DebuggingViews#Test_suite:_HeapWalker
Comment 3 Martin Entlicher 2013-08-30 13:08:53 UTC
Fixed by changeset:   263165:40e69b834ab0
http://hg.netbeans.org/core-main/rev/40e69b834ab0
Comment 4 Quality Engineering 2013-09-01 01:27:40 UTC
Integrated into 'main-silver', will be available in build *201309010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/40e69b834ab0
User: mentlicher@netbeans.org
Log: #235265: Preload the field value.