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 193538 - AssertionError: Getting value from a result list
Summary: AssertionError: Getting value from a result list
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 09:37 UTC by soldatov
Modified: 2010-12-21 07:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175102


Attachments
stacktrace (2.21 KB, text/plain)
2010-12-17 09:37 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2010-12-17 09:37:24 UTC
This issue was reported manually by soldatov.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201012170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
soldatov: load core file




Stacktrace: 
java.lang.AssertionError: Getting value from a result list
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MITList.valueOf(MITList.java:186)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.interpCore(GdbDebuggerImpl.java:1550)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.access$500(GdbDebuggerImpl.java:130)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$27.onDone(GdbDebuggerImpl.java:3187)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.dispatch(MICommandManager.java:149)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.dispatch(MIProxy.java:175)
Comment 1 soldatov 2010-12-17 09:37:28 UTC
Created attachment 104198 [details]
stacktrace
Comment 2 Egor Ushakov 2010-12-20 10:34:24 UTC
please attach gdb log
Comment 3 Egor Ushakov 2010-12-20 14:35:51 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/433e70f213cb
Comment 4 Quality Engineering 2010-12-21 07:58:00 UTC
Integrated into 'main-golden', will be available in build *201012210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/433e70f213cb
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #193538 (AssertionError: Getting value from a result list)