Segmentation faults using threads

John Nagle nagle at animats.com
Tue Feb 13 13:29:38 EST 2007


Daniel Nogradi wrote:
>> I use the thread module (not threading) for a client/server app where I
>> distribute large amounts of pickled data over ssh tunnels.

     What module are you using for SSH?

     What's in your program that isn't pure Python?
The problem is probably in some non-Python component; you shouldn't
be able to force a memory protection error from within Python code.

     Also note that the "marshal" module may be unsafe.

					John Nagle



More information about the Python-list mailing list