Segmentation fault only on Iinux

Kiran Kiran.Karra at gmail.com
Wed Jun 21 08:46:33 EDT 2006


Unfortunately (i guess), I am not doing any XML.  However, I am taking
the previous suggestion of putting print lines in every other line of
my code and then seeing where it crashes.  Hopefully, that will solve
the problem.

thanks for the suggestions everybody
-- Kiran

Frank Millman wrote:
> 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