Bug 519402 - AssertionError in MIListThreadGroups.<init>
Summary: AssertionError in MIListThreadGroups.<init>
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 9.3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-07 10:09 EDT by Marc-André Laperle CLA
Modified: 2020-09-04 15:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2017-07-07 10:09:13 EDT
Using a fairly recent master build (bd4656755c534405ddb9820ed7b707478581e89b, June 20)

I have a few assertions in my console/error log. I'm not sure how I got them but occasionally I attached to two processed at once so maybe that's related?

4 -1 2017-07-06 14:35:44.652
!MESSAGE Uncaught exception in DSF executor thread
!STACK 0
java.lang.AssertionError
	at org.eclipse.cdt.dsf.mi.service.command.commands.MIListThreadGroups.<init>(MIListThreadGroups.java:121)
	at org.eclipse.cdt.dsf.mi.service.command.commands.MIListThreadGroups.<init>(MIListThreadGroups.java:83)
	at org.eclipse.cdt.dsf.mi.service.command.CommandFactory.createMIListThreadGroups(CommandFactory.java:923)
	at org.eclipse.cdt.dsf.gdb.service.GDBProcesses_7_0.getProcessesBeingDebugged(GDBProcesses_7_0.java:1405)
	at org.eclipse.cdt.dsf.gdb.service.GDBProcesses_7_2.getProcessesBeingDebugged(GDBProcesses_7_2.java:656)
	at org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel.launch.ThreadVMNode.updateElementsInSessionThread(ThreadVMNode.java:250)
	at org.eclipse.cdt.dsf.ui.viewmodel.datamodel.AbstractDMVMNode$3.run(AbstractDMVMNode.java:239)
	at org.eclipse.cdt.dsf.concurrent.DefaultDsfExecutor$TracingWrapperRunnable.run(DefaultDsfExecutor.java:374)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)