diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 10:39:39 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2009-10-18 10:39:39 (GMT) |
commit | 87322cc40198a30c474da4769e08103cb41e7576 (patch) | |
tree | 91bfe567ae94cb539c60451f504e8bf8b2001985 /ChangeLog | |
parent | ced84e1de5cdbd9a1c6a9e1850ab53968facc2d6 (diff) | |
download | tcl-87322cc40198a30c474da4769e08103cb41e7576.zip tcl-87322cc40198a30c474da4769e08103cb41e7576.tar.gz tcl-87322cc40198a30c474da4769e08103cb41e7576.tar.bz2 |
Fix for [Bug 2871908]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-10-18 Joe Mistachkin <joe@mistachkin.com> + * generic/tclObj.c (TclDbDumpActiveObjects, TclDbInitNewObj) + (Tcl_DbIncrRefCount, Tcl_DbDecrRefCount, Tcl_DbIsShared): [Bug 2871908] + Enforce separation of concerns between the lineCLPtr and objThreadMap + thread specific data members. + +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 |