Index: Thread.java =================================================================== RCS file: /cvsroot/tools/org.eclipse.cdt/all/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java,v retrieving revision 1.17 diff -r1.17 Thread.java 177c177,182 < info = depth.getMIStackInfoDepthInfo(); --- > try { > info = depth.getMIStackInfoDepthInfo(); > } catch (MIException e1) { > // Bug#86676 fix: > return 1; > }