Message217856
For some reason, the newly-added Tk instantiation check causes the OS X Cocoa Tk to segfault when tests are run under regrtest -jn option, which causes each test to be run under a separate subprocess called from a separate thread. Somewhat surprisingly, the segfault doesn't seem to happen under the same conditions with 2.7, only with 3.4 and default, so there is something more at play here. But with the imminent tagging of 3.4.1rc1, I think it is better to disable the check for 3.4 (and default) on OS X pending further investigation. The check is redundant: if Tk doesn't work for some reason, the individual test should fail anyway, just a bit later. |
|
Date |
User |
Action |
Args |
2014-05-04 02:35:35 | ned.deily | set | recipients:
+ ned.deily, terry.reedy, ezio.melotti, r.david.murray, python-dev, zach.ware |
2014-05-04 02:35:35 | ned.deily | set | messageid: <1399170935.03.0.392931364558.issue18604@psf.upfronthosting.co.za> |
2014-05-04 02:35:34 | ned.deily | link | issue18604 messages |
2014-05-04 02:35:34 | ned.deily | create | |
|