[issue22770] test_ttk_guionly and test_tk can cause Tk segfaults on OS X when run with regrtest -j option

Ned Deily report at bugs.python.org
Fri Oct 31 06:36:55 CET 2014


Ned Deily added the comment:

> Did you mean -j > 1?

No.

> I checked the buildbots and the x86 Tiger is run -j1 while the AMD Snow Leopard is not running.

I'm not sure what you are referring to here.  This crash would not be seen on either of those buildbots because (1) they are not configured as framework builds, (2) they don't install Python and run the tests from there (rather they run from the build directory), (3) the user name under which the buildbot tests run would have to be logged in as the current interactive user (e.g. owning the window server) to run test_tk or test_ttk_guionly; (4) Tiger (OS X 10.4) is too old to run Cocoa Tk.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22770>
_______________________________________


More information about the Python-bugs-list mailing list