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 192411 - Exception on start debugging
Summary: Exception on start debugging
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 14:24 UTC by Alexander Pepin
Modified: 2010-11-25 06:20 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 Alexander Pepin 2010-11-24 14:24:34 UTC
Steps to reproduce:
- create Welcome project
- start debugging
Result: Exception window appears.
java.lang.AssertionError: Console output for unknown command: Current language:  auto; currently asm

	at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.logConsole(MICommandManager.java:189)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.consoleStreamOutput(MIProxy.java:197)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.consoleStreamOutput(Gdb.java:1044)
	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:157)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$3.run(Gdb.java:1009)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap.dispatchInterceptedLines(Gdb.java:1007)
	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap.putChars(Gdb.java:789)
	at org.netbeans.lib.terminalemulator.Term.putChars(Term.java:3184)
	at org.netbeans.lib.terminalemulator.StreamTerm$OutputMonitor$Trampoline.run(StreamTerm.java:204)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:138)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Alexander Pepin 2010-11-24 14:28:43 UTC

*** This bug has been marked as a duplicate of bug 192197 ***
Comment 2 Egor Ushakov 2010-11-24 15:57:37 UTC
this is a different issue, I can reproduce it on solaris also
Comment 3 Egor Ushakov 2010-11-24 16:14:19 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/a58d26f6d220
Comment 4 Quality Engineering 2010-11-25 06:20:49 UTC
Integrated into 'main-golden', will be available in build *201011250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a58d26f6d220
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #192411 (Exception on start debugging)