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 192197 - cannot debug on mac
Summary: cannot debug on mac
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 192114 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-19 20:56 UTC by Thomas Preisler
Modified: 2010-11-24 14:28 UTC (History)
2 users (show)

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 Thomas Preisler 2010-11-19 20:56:53 UTC
Standard Welcome and default settings:

java.lang.AssertionError: Console output for unknown command
	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:1029)
	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:633)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:138)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Egor Ushakov 2010-11-23 16:29:39 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/4c34e304fd39
Comment 2 Quality Engineering 2010-11-24 06:13:23 UTC
Integrated into 'main-golden', will be available in build *201011240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4c34e304fd39
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #192197 (cannot debug on mac)
Comment 3 Egor Ushakov 2010-11-24 10:58:34 UTC
*** Bug 192114 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Pepin 2010-11-24 14:28:43 UTC
*** Bug 192411 has been marked as a duplicate of this bug. ***