[issue8716] test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python

R. David Murray report at bugs.python.org
Thu Oct 21 18:45:26 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Only OSX 10.4.0 I can run test_tk:

rdmurray at buddy:~/python/py3k>./python.exe -m test.regrtest -uall test_tk         
[1/1] test_tk
Thu Oct 21 12:41:16 buddy.home.bitdance.com python.exe[93560] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
1 test OK.

But test_ttk_guionly crashes with the abort trace after printing the above.  I presume this means test_ttk_guionly was factored out at some point after this issue was raised, but it is interesting that test_tk produces the warning about the window connection but only _guionly crashes.

----------
title: test_tk fails on OS X if run from buildbot slave daemon -- crashes Python -> test_tk/test_tkk_guionly fails on OS X if run from buildbot slave daemon -- crashes Python
versions:  -Python 2.6, Python 3.3

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


More information about the Python-bugs-list mailing list