From: Roland McGrath Date: Wed, 20 Oct 2004 01:00:45 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=712bc7a97b1ff89afab232764090224f31519f28;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 3dce9226..ceeda653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2004-10-19 Roland McGrath + * strace.c (trace): Use handle_group_exit for non-TCB_ATTACHED child + taking signal when it has nclone_threads > 0. + + * strace.c (handle_group_exit): Don't detach leader that wasn't + TCB_ATTACHED. + + * strace.c (handle_group_exit, trace): Mark leader with + TCB_GROUP_EXITING and don't be surprised at child deaths when their + leader has it set. + Fixes RH#132150. + * process.c (WCOREFLAG): Define if not defined. (W_STOPCODE, W_EXITCODE): Likewise. Reported by Marty Leisner .