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 193406 - IllegalStateException: Unexpected GDB Stop message
Summary: IllegalStateException: Unexpected GDB Stop message
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 18:15 UTC by Exceptions Reporter
Modified: 2010-12-16 06:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162538


Attachments
stacktrace (1.18 KB, text/plain)
2010-12-14 18:15 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-14 18:15:32 UTC
This issue was reported manually by gorrus.
It already has 1 duplicates 


Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 1.5.0_20-141, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_20-b02-315
OS: Mac OS X

User Comments:
GUEST: Debugging C++ project.
error when it stops at breakpoint.




Stacktrace: 
java.lang.IllegalStateException: Unexpected GDB Stop message
   at org.netbeans.modules.cnd.debugger.gdb.utils.GdbUtils.findEndOfString(GdbUtils.java:521)
   at org.netbeans.modules.cnd.debugger.gdb.models.ValuePresenter$StdStringPresenter.present(ValuePresenter.java:119)
   at org.netbeans.modules.cnd.debugger.gdb.models.ValuePresenter.getValue(ValuePresenter.java:66)
   at org.netbeans.modules.cnd.debugger.gdb.models.ValuePresenter.getValue(ValuePresenter.java:56)
   at org.netbeans.modules.cnd.debugger.gdb.models.VariablesTableModel.getValueAt(VariablesTableModel.java:87)
   at org.netbeans.spi.viewmodel.Models$DelegatingTableModel.getValueAt(Models.java:1686)
Comment 1 Exceptions Reporter 2010-12-14 18:15:36 UTC
Created attachment 104085 [details]
stacktrace
Comment 2 Egor Ushakov 2010-12-15 11:19:24 UTC
added more logging in:
http://hg.netbeans.org/cnd-main/rev/4fbd63adc6ae
please report if reproduced again
Comment 3 Quality Engineering 2010-12-16 06:40:53 UTC
Integrated into 'main-golden', will be available in build *201012160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4fbd63adc6ae
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #193406 (IllegalStateException: Unexpected GDB Stop message) - more logging