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 -- http://mail.python.org/mailman/listinfo/python-list