From: Roland McGrath Date: Fri, 3 Aug 2007 10:04:52 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=328c235c2b6a3418195810ba593f2eb57051deca;p=strace . --- diff --git a/ChangeLog b/ChangeLog index c5ebe0d0..eb658164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,19 @@ From Matthias Klose . Fixes Debian#435303. +2007-08-02 Jan Kratochvil + + * strace.c (detach): Moved the resume notification code to ... + (resume_from_tcp): ... a new function here. + (handle_group_exit): No longer detach also the thread group leader. + (trace): Fixed panic on exit of the TCB_GROUP_EXITING leader itself. + Fixes RH#247907. + + * test/leaderkill.c (start): Renamed to ... + (start0): ... here. + (start1): New function. + (main): Created a new spare thread. + 2007-08-01 Roland McGrath * util.c (umoven): Don't perror for EIO.