Well, in the meanwhile i've fixed this by reusing an existing evhttp
connection several times, and if it closes down i just create it
again. This way it hasn't crashed although someone reported to me an
assertion fail inside the libevent code somewhere. I'll try to
retrieve it somehow.
Another que
On Sun, Sep 19, 2010 at 4:23 AM, Mihai Draghicioiu
wrote:
> Alright, i think i found the bug -- still not sure whether it's me or
> the library, but:
Hi, and sorry about the long delay. I'm trying to clear my long
backlog of evhttp-related stuff.
I'm still trying to feel my way around the evhtt
Hi
On Sun, Oct 24, 2010 at 01:03:25PM -0400, Nick Mathewson wrote:
> On Fri, Oct 22, 2010 at 4:25 PM, Nicholas Marriott
> wrote:
> > I think something needs to walk the file->f_ep_links list on close() and
> > remove any epitems where epi->ffd->fd is the fd being closed from the
> > tree in epi->
On Fri, Oct 22, 2010 at 4:25 PM, Nicholas Marriott
wrote:
> I think something needs to walk the file->f_ep_links list on close() and
> remove any epitems where epi->ffd->fd is the fd being closed from the
> tree in epi->ep.
>
> I don't have a Linux box to try this on though :-).
I think you're ri
On Oct 23, 2010, at 12:40 PM, Ralph Castain wrote:
>
> On Oct 23, 2010, at 9:42 AM, Nick Mathewson wrote:
>
>> On Sat, Oct 23, 2010 at 5:14 AM, Ralph Castain wrote:
>>> Hi folks
>>>
>>> I successfully updated our libevent integration in Open MPI, but have
>>> encountered a problem with one u