Re: [Libevent-users] libevent boehm gc

2009-05-19 Thread Peter Ross
On Tue, May 19, 2009 at 11:46 PM, Nick Mathewson wrote: > On Tue, May 19, 2009 at 10:20:08PM +1000, Peter Ross wrote: >> Hi, >> >> I've been tracking down a bug with boehm gc prematurely collecting the >> bufferevent callback arg value.  This occurs when one is the middle of >> processing another b

Re: [Libevent-users] libevent boehm gc

2009-05-19 Thread Nick Mathewson
On Tue, May 19, 2009 at 10:20:08PM +1000, Peter Ross wrote: > Hi, > > I've been tracking down a bug with boehm gc prematurely collecting the > bufferevent callback arg value. This occurs when one is the middle of > processing another bufferevent in the read callback. > > I've tried to grok the c

[Libevent-users] libevent boehm gc

2009-05-19 Thread Peter Ross
Hi, I've been tracking down a bug with boehm gc prematurely collecting the bufferevent callback arg value. This occurs when one is the middle of processing another bufferevent in the read callback. I've tried to grok the code to understand how one would get from the eventbase to the other buffer