diff options
author | mistachkin <mistachkin@noemail.net> | 2009-10-18 11:15:09 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2009-10-18 11:15:09 (GMT) |
commit | dea4a88e9a55ec8d7066840341204f7725fb5017 (patch) | |
tree | 0d50a447bb2bc6670b5252897304771aa4fe05cc /ChangeLog | |
parent | 61c9876cd429850c7724d4d897847f9500e6198a (diff) | |
download | tcl-dea4a88e9a55ec8d7066840341204f7725fb5017.zip tcl-dea4a88e9a55ec8d7066840341204f7725fb5017.tar.gz tcl-dea4a88e9a55ec8d7066840341204f7725fb5017.tar.bz2 |
Fix for [Bug 1565466]
FossilOrigin-Name: e8a77e95823c1de7cc7ded8614bd0958f7ca019d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |