We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb7ce5 commit de4730fCopy full SHA for de4730f
tests/thread.test
@@ -1263,6 +1263,11 @@ test thread-22.1 {thread::send -command} {
1263
set result
1264
} hello
1265
1266
+test thread-bug-f32864afe3 {Hang in thread::eval -lock} -body {
1267
+ set mu [thread::mutex create]
1268
+ thread::eval -lock $mu {}
1269
+ thread::mutex destroy $mu ; # <- Bug f32864af hang
1270
+} -result {} -constraints bug-f32864afe3
1271
1272
removeFile dummyForTransfer
1273
::tcltest::cleanupTests
0 commit comments