diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 11:15:10 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 11:15:10 (GMT) |
commit | b71e44a2958f126a3de29dd3641cfbc259cff627 (patch) | |
tree | 0d50a447bb2bc6670b5252897304771aa4fe05cc /ChangeLog | |
parent | f9dae4a940acc35572f2aea0f6b04646a51d802a (diff) | |
download | tcl-b71e44a2958f126a3de29dd3641cfbc259cff627.zip tcl-b71e44a2958f126a3de29dd3641cfbc259cff627.tar.gz tcl-b71e44a2958f126a3de29dd3641cfbc259cff627.tar.bz2 |
Fix for [Bug 1565466]
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 |