Segmentation fault only on Iinux

Frank Millman frank at chagford.com
Wed Jun 21 01:37:16 EDT 2006


Kiran wrote:
> Hello All,
>   In my program, I have a main thread which is the GUI (wxPython) and
> then a thread which goes and reads data from a socket.  The reason this
> is in a different thread is because the data might take some time to
> come back, and I want to have the GUI to be responsive during this
> wait.
>
>  When I run my program in Linux,   a segmentation fault occurs.  When I
> run it in Windows XP, it works just fine.
>

Are you doing any xml processing? If so, it may be the same problem as
described in this recent post -

http://tinyurl.com/l3nr7

Frank Millman




More information about the Python-list mailing list