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
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
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