1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Bug 356613: NPE when opening thread filter page with one running and one terminated launch

This commit is contained in:
Marc Khouzam 2011-09-02 14:47:01 -04:00
parent 82dfb619ed
commit 1992418e38

View file

@ -402,7 +402,7 @@ public class GdbThreadFilterEditor {
} catch (InterruptedException e) {
} catch (ExecutionException e) {
}
return null;
return new IContainerDMContext[0];
}
private IExecutionDMContext[] syncGetThreads(final IContainerDMContext container) {