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 194272 - AssertionError: Getting value from a result list during attach (msys)
Summary: AssertionError: Getting value from a result list during attach (msys)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 15:23 UTC by Egor Ushakov
Modified: 2011-01-13 07:26 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 Egor Ushakov 2011-01-12 15:23:24 UTC
attach to quote with the latests msys gdb:
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.genericStopped(GdbDebuggerImpl.java:2897)
        at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.execAsyncOutput(Gdb.java:1093)
        at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:150)
        at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$3.run(Gdb.java:1033)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Egor Ushakov 2011-01-12 15:25:24 UTC
caused by empty 
*stopped
message from MinGW gdb
Comment 2 Egor Ushakov 2011-01-12 15:31:36 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/5055b9139f24
Comment 3 Quality Engineering 2011-01-13 07:26:39 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5055b9139f24
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194272 (AssertionError: Getting value from a result list during attach (msys))