STINNER Victor <victor.stin...@haypocalc.com> added the comment: > New changeset ea02eca122b5 by Ned Deily in branch '2.7': > Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run > http://hg.python.org/cpython/rev/ea02eca122b5
> New changeset 06cb0d602468 by Ned Deily in branch '2.7': > Issue #8716: Fix errors in the non-OS X path of the 27 backport. > http://hg.python.org/cpython/rev/06cb0d602468 Build #200 (revision 6abbc5f68e20eb01094dbbcf486c2ba0e1e4fa77) of "AMD64 Snow Leopard 2 2.7" crashed: test_ttk_guionly make: *** [buildbottest] Segmentation fault http://www.python.org/dev/buildbot/all/builders/AMD64%20Snow%20Leopard%202%202.7/builds/200/ runtktests.check_tk_availability() creates a Tkinter.Button() in a subprocess. It should maybe try to create a ttk.Button() for test_ttk_guionly instead of Tkinter.Button(). ---------- status: pending -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8716> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com