summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-08-03 10:04:52 +0000
committerRoland McGrath <roland@redhat.com>2007-08-03 10:04:52 +0000
commit328c235c2b6a3418195810ba593f2eb57051deca (patch)
treeca1c5566e747f1a647474dbf8bb17a0b875bfe57
parenta2eed4f8a176acfffca4370e8a48f2c14bd7635c (diff)
downloadstrace-328c235c2b6a3418195810ba593f2eb57051deca.tar.gz
strace-328c235c2b6a3418195810ba593f2eb57051deca.tar.bz2
strace-328c235c2b6a3418195810ba593f2eb57051deca.tar.xz
.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ebe0d..eb65816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,19 @@
From Matthias Klose <doko@cs.tu-berlin.de>.
Fixes Debian#435303.
+2007-08-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * 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 <roland@redhat.com>
* util.c (umoven): Don't perror for EIO.