commit | 91f01e175a4f8f21893401573bdc36c5004388dd | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat Nov 01 19:29:22 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Sat Nov 01 19:29:22 2014 -0700 |
tree | 53a121b0ff45afa7115f5b1fc9af64d14ac4f2d0 | |
parent | aa3ea7ee78f35f1b88801b6a00833dcae384dc37 [diff] |
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka)