summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2009-10-18 11:15:10 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2009-10-18 11:15:10 (GMT)
commitb71e44a2958f126a3de29dd3641cfbc259cff627 (patch)
tree0d50a447bb2bc6670b5252897304771aa4fe05cc /ChangeLog
parentf9dae4a940acc35572f2aea0f6b04646a51d802a (diff)
downloadtcl-b71e44a2958f126a3de29dd3641cfbc259cff627.zip
tcl-b71e44a2958f126a3de29dd3641cfbc259cff627.tar.gz
tcl-b71e44a2958f126a3de29dd3641cfbc259cff627.tar.bz2
Fix for [Bug 1565466]
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