* strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD
is detected, return collected list instead. Fixes symptom when
the last "+++ killed by SIGxxx +++" is not printed.
diff --git a/ChangeLog b/ChangeLog
index 8bedc90..5f0da0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-21 Denys Vlasenko <dvlasenk@redhat.com>
+
+ * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD
+ is detected, return collected list instead. Fixes symptom when
+ the last "+++ killed by SIGxxx +++" is not printed.
+
2009-01-17 Denys Vlasenko <dvlasenk@redhat.com>
Two cleanups: tcb table expansion failure is not really a survivable