commit | 33db23f53cd39b3e3f6b9b526601a85879abbcc5 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat Nov 01 19:26:45 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Sat Nov 01 19:26:45 2014 -0700 |
tree | a1b6e466c943e2789f5fdbfe9ed3bf6c8f540a72 | |
parent | 247b6441a0b496ae02a617d8c06f6ff3beff66f3 [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)