Bug 510066 - NPE in MIBreakpointsManager$11.handleSuccess in test
Summary: NPE in MIBreakpointsManager$11.handleSuccess in test
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-01-07 15:09 EST by Sergey Prigogin CLA
Modified: 2020-09-04 15:24 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 Sergey Prigogin CLA 2017-01-07 15:09:29 EST
From https://hudson.eclipse.org/cdt/job/cdt-verify/7037/console:

15:02:08  -------------------------------------------------------
15:02:08   T E S T S
15:02:08  -------------------------------------------------------
15:02:08  Running org.eclipse.cdt.tests.dsf.gdb.tests.AutomatedSuite
15:02:25  Uncaught exception in session executor thread: java.lang.NullPointerException
15:02:25  	at org.eclipse.cdt.dsf.mi.service.MIBreakpointsManager$11.handleSuccess(MIBreakpointsManager.java:825)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:385)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:312)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:63)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.done(RequestMonitor.java:309)
15:02:25  	at org.eclipse.cdt.dsf.mi.service.MIBreakpointsManager$12.handleSuccess(MIBreakpointsManager.java:867)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleCompleted(RequestMonitor.java:385)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.RequestMonitor$2.run(RequestMonitor.java:312)
15:02:25  	at org.eclipse.cdt.dsf.concurrent.DefaultDsfExecutor$TracingWrapperRunnable.run(DefaultDsfExecutor.java:374)
15:02:25  	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
15:02:25  	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
15:02:25  	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
15:02:25  	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
15:02:25  	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
15:02:25  	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
15:02:25  	at java.lang.Thread.run(Thread.java:744)