Re: [Libevent-users] assert in http.c

2012-01-20 Thread Nick Mathewson
On Wed, Jan 18, 2012 at 12:56 PM, Myk Taylor wrote: > Hi all, > > I've done a bit more debugging on this, and after reproducing a few > segfaults (different from the original assert), it seems like the problem is > related to the issues Zhuang Yuyao was having a year and a half ago: > > http://arc

Re: [Libevent-users] assert in http.c

2012-01-18 Thread Myk Taylor
Hi all, I've done a bit more debugging on this, and after reproducing a few segfaults (different from the original assert), it seems like the problem is related to the issues Zhuang Yuyao was having a year and a half ago: http://archives.seul.org/libevent/users/Jun-2010/msg2.html It is

[Libevent-users] assert in http.c

2012-01-17 Thread Myk Taylor
Hi all, I sometimes trigger the EVUTIL_ASSERT(req != NULL); line in evhttp_connection_fail() in http.c while running a load test client that I have written. The load test involves many concurrent connections that are terminated while in various stages of connection establishment. Could thi