I'm working on a new program on OSX, and twice now I've had it cause a
kernel panic, forcing my computer to reboot. This...really shouldn't
be possible. And due to the nature of the failure, I'm not really
comfortable trying to come up with a "minimal test app" -- repeatedly
causing kernal panics strikes me as unwise.
Both times I've had the crash have come shortly after I created a new
GLCanvas instance, so I'm pretty sure that's related. But I can't
narrow it down any closer than that. I've used identical code on a
Windows computer without any difficulties.
Any ideas how I can go about figuring out what's going wrong and what
to do about it? I find it hard to believe that this is specifically
wxPython's fault, but it's my entry point into the deeper levels of
the computer, so to speak, so I'm starting here.
I put the panic log up here: http://pastebin.com/vHwqSu0G
And I'd be happy to supply the offending program -- it's about 3k
lines of Python, with the only external dependencies being wxPython
and pyOpenGL.
-Chris