summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2009-10-18 08:00:40 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2009-10-18 08:00:40 (GMT)
commitced84e1de5cdbd9a1c6a9e1850ab53968facc2d6 (patch)
treef8b3fcf71e040dd7f6cb2a4bcc750b0d7deec2f7 /ChangeLog
parente37850ab1c67a3e6c3b23fddc07afeaefd699994 (diff)
downloadtcl-ced84e1de5cdbd9a1c6a9e1850ab53968facc2d6.zip
tcl-ced84e1de5cdbd9a1c6a9e1850ab53968facc2d6.tar.gz
tcl-ced84e1de5cdbd9a1c6a9e1850ab53968facc2d6.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 263c1b8..1814f7a 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-17 Donal K. Fellows <dkf@users.sf.net>
* generic/tclVar.c (UnsetVarStruct, TclDeleteNamespaceVars)