Many Threads + Many Sockets == SegFault?

Courageous jkraska1 at san.rr.com
Sun Feb 25 14:48:29 EST 2001


>he has hit a bug in python or in something else - otherwise
>python would not segfault. it is indeed not a good sign, but
>not a problem in the original poster's code.

This is sometimes caused by poorly-written Python extensions;
it's quite easy to cause Python to crash if you screw up your
reference counting, for example. Is he using any kind of dubious
extension modules?



C//




More information about the Python-list mailing list