[issue5120] Disabling test_ttk_guionly on mac

2011-06-30 Thread STINNER Victor
STINNER Victor added the comment: Still crashing on "PPC Tiger 3.x" buildbot: ... [333/356/2] test_ttk_guionly Fatal Python error: Segmentation fault Current thread 0xa000ed88: File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/tkinter/ttk.py", line 47 in _load_tile

[issue5120] Disabling test_ttk_guionly on mac

2011-04-04 Thread STINNER Victor
STINNER Victor added the comment: ttk_guionly creates a button (ttk.Button()) which calls _load_tile(), which crashs on: master.tk.eval('package require tile') Code of the function: - def _load_tile(master): if _REQUIRE_TILE: import os tilelib = os.e

[issue5120] Disabling test_ttk_guionly on mac

2011-04-04 Thread STINNER Victor
STINNER Victor added the comment: Recent crash on "PPC Tiger 3.x": [188/354] test_ttk_guionly Fatal Python error: Segmentation fault Traceback (most recent call first): File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/tkinter/ttk.py", line 47 in _load_tile File "

[issue5120] Disabling test_ttk_guionly on mac

2010-10-21 Thread R. David Murray
R. David Murray added the comment: Presumably this is the same issue 8716. That issue contains additional details and a patch from Ronald, so I'm not closing it as a duplicate. I don't know if the patch on this issue would actually address the issue. I tried to apply it to py3k but it did

[issue5120] Disabling test_ttk_guionly on mac

2010-07-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is still an issue for the PPC Tiger buildbot: test_ttk_guionly make: *** [buildbottest] Segmentation fault (Direct link: http://www.python.org/dev/buildbot/builders/PPC%20Tiger%202.7/builds/39/steps/test/logs/stdio) --

[issue5120] Disabling test_ttk_guionly on mac

2010-07-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: Mark: maybe, why don't you test this? -- assignee: -> ronaldoussoren ___ Python tracker ___ ___ Py

[issue5120] Disabling test_ttk_guionly on mac

2010-07-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem on OS X? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list ma

[issue5120] Disabling test_ttk_guionly on mac

2009-09-21 Thread Ned Deily
Ned Deily added the comment: Sorry, that should be Issue6864. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5120] Disabling test_ttk_guionly on mac

2009-09-21 Thread Ned Deily
Ned Deily added the comment: I noticed this while investigating Issue6834. Is this still an open issue for OS X? Could it explain the symptoms in 6834? -- nosy: +ned.deily, ronaldoussoren ___ Python tracker _

[issue5120] Disabling test_ttk_guionly on mac

2009-08-10 Thread R. David Murray
R. David Murray added the comment: To follow up your question posted on issue 6527 (sorry for the duplicate), I don't currently have a mac to test on. I might have access to one in a couple weeks, though. -- nosy: +r.david.murray priority: -> normal stage: -> patch review __

[issue5120] Disabling test_ttk_guionly on mac

2009-02-09 Thread Guilherme Polo
Changes by Guilherme Polo : -- keywords: +patch Added file: http://bugs.python.org/file13000/oldtkaqua.diff ___ Python tracker ___ ___

[issue5120] Disabling test_ttk_guionly on mac

2009-02-09 Thread Guilherme Polo
Guilherme Polo added the comment: The abort still happens occasionally, see: http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/118/step-test/0 (last lines) I've talked with Daniel Steffen, who is one of the maintainers of Tcl/Tk on Mac OSX, and I was told that all this conditio

[issue5120] Disabling test_ttk_guionly on mac

2009-02-01 Thread Guilherme Polo
Guilherme Polo added the comment: It seems to be good now after a recent modification in how tests are performed, closing. Sorry for the fuss. -- status: open -> closed ___ Python tracker __

[issue5120] Disabling test_ttk_guionly on mac

2009-01-31 Thread Guilherme Polo
Guilherme Polo added the comment: > For some reason the recently added test_ttk_guionly is causing Tcl to > abort on Mac. I would prefer to disable the test for now, except if some > mac owner has the time to fix it. Just saw it didn't cause an abort with the buildslave heller-x86-osx5, btw. _

[issue5120] Disabling test_ttk_guionly on mac

2009-01-31 Thread Guilherme Polo
New submission from Guilherme Polo : For some reason the recently added test_ttk_guionly is causing Tcl to abort on Mac. I would prefer to disable the test for now, except if some mac owner has the time to fix it. I would like to know the tcl version being used on the noller-osx86 buildslave too