summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2012-05-09 19:03:42 (GMT)
committerandreask <andreask>2012-05-09 19:03:42 (GMT)
commitb085bdf17a65111cfda61a55fbe5aeedd61b5954 (patch)
tree1d159e1e4d62e1f4663acff9227232291be7888c /ChangeLog
parentabdeb8de335b3ad784fed7e0338bcfc9cbd3d99e (diff)
downloadtcl-b085bdf17a65111cfda61a55fbe5aeedd61b5954.zip
tcl-b085bdf17a65111cfda61a55fbe5aeedd61b5954.tar.gz
tcl-b085bdf17a65111cfda61a55fbe5aeedd61b5954.tar.bz2
* tests/ioCmd.test [Bug 3522560]: Added a test which crashes the
core if it were not disabled as knownBug. For a reflected channel transfered to a different thread the [chan postevent] run in the handler thread tries to execute the owner threads's fileevent scripts by itself, wrongly reaching across thread boundaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7099611..e8d6c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-09 Andreas Kupries <andreask@activestate.com>
+
+ * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the
+ core if it were not disabled as knownBug. For a reflected channel
+ transfered to a different thread the [chan postevent] run in the
+ handler thread tries to execute the owner threads's fileevent
+ scripts by itself, wrongly reaching across thread boundaries.
+
2012-04-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclIO.c: Properly close nonblocking channels even when