OS X 10.9 PyCrust Crash

All

Recently, pycrust has been crashing on my Mac. I’ve attached a dump. Running wxPython 9.5.0 in OS X 10.9. If I start pycrust, and just start entering code, it will crash within a minute. Last time I got as far as:

def test_me(a=1, b=2):

print(a, b)

test_me(5,

And then boom. Freezes for about 10 seconds, and then presents the dump.

Please let me know if there is anything else I can add.

Thanks— and thanks everyone for your hard work on this list.

-Ed

pycrust_dump.txt (57.1 KB)

edoxtator wrote:

All

Recently, pycrust has been crashing on my Mac. I've attached a dump.
Running wxPython 9.5.0 in OS X 10.9. If I start pycrust, and just start
entering code, it will crash within a minute. Last time I got as far as:

>>>def test_me(a=1, b=2):
>>> print(a, b)
>>>
test_me(5,

And then boom. Freezes for about 10 seconds, and then presents the dump.

Please let me know if there is anything else I can add.

Thanks--- and thanks everyone for your hard work on this list.

I ran into this on 10.8 also. I have a workaround in place for the next release and hopefully there will be a real fix in the wxOSX code as this could happen for other wxPopupWindows too.

http://trac.wxwidgets.org/ticket/15765

···

--
Robin Dunn
Software Craftsman