Community
Participate
Working Groups
This happens in TCFDataModel.buildDataModel(IProgressMonitor). My guess as to why this went undetected is that assertions were not enabled in the runtime workbench. Also, the same code fails to complete the progress monitor it is given.
Created attachment 172255 [details] Fix Committed to HEAD. Ken, please review.
Fixed.
*** cdt cvs genie on behalf of jcortell *** Bug 317336: TCFDataModel calling TCF service on non-TCF thread [*] TCFDataModel.java 1.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.ui/src/org/eclipse/cdt/debug/edc/internal/ui/views/TCFDataModel.java?root=Tools_Project&r1=1.1&r2=1.2
Thanks John, I did forget to turn on assertions in my new workspace.