Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] java.lang.AssertionError in GdbCliConsoleManager.stopConsole(GdbCliConsoleManager.java:103)

After upgrading everything to Neon.3, I continuously get an assertion error in the development Eclipse debug console:

!ENTRY org.eclipse.debug.core 4 120 2017-06-01 14:59:03.744
!MESSAGE An exception occurred during launch change notification.
!STACK 0
java.lang.AssertionError
	at org.eclipse.cdt.dsf.gdb.internal.ui.console.GdbCliConsoleManager.stopConsole(GdbCliConsoleManager.java:103)
	at org.eclipse.cdt.dsf.gdb.internal.ui.console.GdbCliConsoleManager.launchesTerminated(GdbCliConsoleManager.java:81)
	at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.run(LaunchManager.java:314)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.debug.internal.core.LaunchManager$LaunchesNotifier.notify(LaunchManager.java:266)
	at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:1054)
	at org.eclipse.debug.core.Launch.fireTerminate(Launch.java:406)
	at org.eclipse.cdt.dsf.debug.model.DsfLaunch.access$1(DsfLaunch.java:1)
	at org.eclipse.cdt.dsf.debug.model.DsfLaunch$2.run(DsfLaunch.java:52)
	at org.eclipse.debug.core.DebugPlugin$AsynchRunner.run(DebugPlugin.java:1106)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.debug.core.DebugPlugin$AsynchRunner.async(DebugPlugin.java:1087)
	at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:439)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

I cannot tell if this is harmful in any way, apparently not.

Is this a known problem?


Regards,

Liviu



Back to the top