Community
Participate
Working Groups
Created attachment 195893 [details] Fix I'm getting a RejectedExecutionException in TracingConsole.java:85 since the fix to bug 331232. To reproduce, run a DSF-GDB session, then terminate it but don't remove it from the launch. Then launch a new session. The exception is thrown. The patch simply protects against that exception which indicates the session has been removed.
Committed to HEAD. Toni, can you review?
*** cdt cvs genie on behalf of mkhouzam *** Bug 346125 - Exception when disposing TracingConsole [*] TracingConsole.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/console/TracingConsole.java?root=Tools_Project&r1=1.2&r2=1.3
Thanks, I should have considered that possibility.