]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 11:23:50 +0000 (11:23 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 11:23:50 +0000 (11:23 +0000)
ChangeLog

index 2918de398d9156641d914688237d2a89e5a3fabb..06f1b812a4048a62e60d073d8a669569d3406a42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-08-03  Roland McGrath  <roland@redhat.com>
+
+       * process.c (internal_wait): Don't suspend when known child is known
+       to be exiting already.
+
+       * strace.c (detach): If detaching the last live thread in a group with
+       a zombie leader, then detach the leader too.
+       (handle_group_exit): Use detach, not droptcb, for predeceased thread.
+       Mark process about to take a signal with TCB_GROUP_EXITING flag.
+       Fixes RH#161919.
+
 2005-07-19  Roland McGrath  <roland@redhat.com>
 
        * defs.h [LINUX] [M68K] (__NR_exit_group): Define it if missing.