Menu

#5125 [testasync] hangs

obsolete: 8.4.19
closed-fixed
9
2012-11-14
2012-11-14
Don Porter
No

Starting with checkin

http://core.tcl.tk/tcl/info/861e1fd6e9

a --enable-threads build of the core-8-4-branch
hangs in async.test and in the test parse-8.8
because the [testasync] command blocks.

This should be corrected before a final 8.4.20 can
get released.

A simple-minded correction would be to revert this
commit, but you may have a better idea.

Thanks for looking!

Discussion

  • Don Porter

    Don Porter - 2012-11-14

    Aha. Looks like it's a simple matter of a missing MutexUnlock
    call in [testasync create].

     
  • Don Porter

    Don Porter - 2012-11-14

    Wish they were all that easy. Fixed for 8.4.20.

     
  • Don Porter

    Don Porter - 2012-11-14
    • assigned_to: nijtmans --> dgp
    • status: open --> closed-fixed