Python + threads + wxWindows = segfault, help!
Aahz Maruch
aahz at panix.com
Fri Jun 1 12:17:55 EDT 2001
In article <m2y9rcq5b7.fsf at mouse.copelandconsulting.net>,
Greg Copeland <gtcopeland at earthlink.net> wrote:
>
>I'm working on a project that has a multithreaded wxPython
>application. I working on an SMP box. Can anyone tell me
>what might be causing this to happen?
>
>Fatal Python error: ceval: orphan tstate
If you're using Python 1.5.2, upgrade to Python 2.x; there's a thread
bug in 1.5.2 with SMP combined with creating/destroying large numbers of
threads.
--
--- Aahz <*> (Copyright 2001 by aahz at pobox.com)
Androgynous poly kinky vanilla queer het Pythonista http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6
"Characters exist to suffer, you know. An author needs a little sadism
in her makeup." --Brenda Clough
More information about the Python-list
mailing list