Re: [Libevent-users] libevent with python segfaulting

2010-08-03 Thread Nick Mathewson
On Sun, Aug 1, 2010 at 3:01 PM, Michael Gale wrote: > Hello, >     I am using the latest release of libevent-python and the latest release > of libevent-1.4. > After I am done writing data and close the socket I attempt to remove the > write event callback from the event loop. If I do this the ser

[Libevent-users] libevent with python segfaulting

2010-08-01 Thread Michael Gale
Hello, I am using the latest release of libevent-python and the latest release of libevent-1.4. After I am done writing data and close the socket I attempt to remove the write event callback from the event loop. If I do this the server segfaults between 500 and 600 connections. If I do not a