On Thu, Mar 22, 2012 at 9:18 PM, Mark Ellzey wrote:
> On Thu, Mar 22, 2012 at 07:11:01PM -0300, William Lima wrote:
>> Hi!
>>
>> I'm using bufferevent in my proxy project and I have a bug. The entire
>> program is single-thread, but apparently the error callback can be called
>> while something is
On Thu, Mar 22, 2012 at 08:18:21PM -0500, Mark Ellzey wrote:
> On Thu, Mar 22, 2012 at 07:11:01PM -0300, William Lima wrote:
> > Hi!
> >
> > I'm using bufferevent in my proxy project and I have a bug. The entire
> > program is single-thread, but apparently the error callback can be called
> > whil
On Thu, Mar 22, 2012 at 07:11:01PM -0300, William Lima wrote:
> Hi!
>
> I'm using bufferevent in my proxy project and I have a bug. The entire
> program is single-thread, but apparently the error callback can be called
> while something is still running (ie. a parser) into server/client read
> cal
Hi!
I'm using bufferevent in my proxy project and I have a bug. The entire
program is single-thread, but apparently the error callback can be called
while something is still running (ie. a parser) into server/client read
callbacks, causing a segmentation fault, since the error callback destroy
the
lo, everyone!
Announcing Libevent 2.0.18-stable
=
Libevent 2.0.17-stable is now tagged and released. The package is
available from the *shiny new website* at http://libevent.org/ .
There are GPG signatures there too; you should probably verify them,
to make sure