Re: [Libevent-users] event.c:673 failed assertion

2007-06-02 Thread Niels Provos
Without seeing your full code, it's hard to see what the problem might be. In most cases, where these kind of asserts fail, it's due to memory corruption. An early free of the data structure could be one possible cause. Niels. On 6/1/07, Christopher Layne <[EMAIL PROTECTED]> wrote: recv timeo

[Libevent-users] event.c:673 failed assertion

2007-06-01 Thread Christopher Layne
recv timeout, event == 1, 3, 0 ^ From my own code, just debugging data, but pertinent in that it was just a timeout event which was received. Since it seems one cannot have a persistent time out event with a relative timeout (mentioned previously) - I always delete and re-add the specific receiv