From: Roland McGrath Date: Wed, 3 Aug 2005 11:23:50 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f6bb05c7af378e7d88d07ed1e6198bd3a4f8fa;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 2918de39..06f1b812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-08-03 Roland McGrath + + * 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 * defs.h [LINUX] [M68K] (__NR_exit_group): Define it if missing.