This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gpolo, janssen, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, vstinner
Date 2011-07-05.10:27:03
SpamBayes Score 1.5581726e-08
Marked as misclassified No
Message-id <1309861624.43.0.0839242325324.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
> 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().
History
Date User Action Args
2011-07-05 10:27:04vstinnersetrecipients: + vstinner, ronaldoussoren, janssen, pitrou, gpolo, ned.deily, r.david.murray, python-dev
2011-07-05 10:27:04vstinnersetmessageid: <1309861624.43.0.0839242325324.issue8716@psf.upfronthosting.co.za>
2011-07-05 10:27:03vstinnerlinkissue8716 messages
2011-07-05 10:27:03vstinnercreate