summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2009-10-18 11:15:09 (GMT)
committermistachkin <mistachkin@noemail.net>2009-10-18 11:15:09 (GMT)
commitdea4a88e9a55ec8d7066840341204f7725fb5017 (patch)
tree0d50a447bb2bc6670b5252897304771aa4fe05cc /ChangeLog
parent61c9876cd429850c7724d4d897847f9500e6198a (diff)
downloadtcl-dea4a88e9a55ec8d7066840341204f7725fb5017.zip
tcl-dea4a88e9a55ec8d7066840341204f7725fb5017.tar.gz
tcl-dea4a88e9a55ec8d7066840341204f7725fb5017.tar.bz2
Fix for [Bug 1565466]
FossilOrigin-Name: e8a77e95823c1de7cc7ded8614bd0958f7ca019d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1a2ef0..8f7f32f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-18 Joe Mistachkin <joe@mistachkin.com>
+
+ * tests/thread.test (thread-4.[345]): [Bug 1565466]: Correct tests to
+ save their error state before the final call to threadReap just in case
+ it triggers an "invalid thread id" error. This error can occur if one
+ or more of the target threads has exited prior to the attempt to send
+ it an asynchronous exit command.
+
2009-10-04 Daniel Steffen <das@users.sourceforge.net>
* macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in