[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] Missed read callbacks while using filtering bufferevents





On Fri, Sep 4, 2015 at 6:09 PM, Azat Khuzhin <a3at.mail@xxxxxxxxx> wrote:
On Fri, Sep 04, 2015 at 05:43:02PM +0530, Krishnan Parthasarathi wrote:
> Hi all,
>
> We are using libevent (libevent 2.0.22-1) for our lightweight RPC
> library[1] on top of libevent.

Hi Krishnan,

Could you try libevent 2.1 (maybe you could event try libevent latest
from git), while I will look at your client/server.

Hi Azat,

I tried the same test programs with libevent 2.1.5. I see the same issue.

<snip>
[kp@trantor build (pbrpc-C-API)]$ ldd ./tests/server
ÂÂÂ linux-vdso.so.1 (0x00007ffef87cc000)
ÂÂÂ libpbminirpc.so => /home/kp/work/cross-lang-rpc/protobuf/c/play/pbrpc/build/libpbminirpc.so (0x00007fef50db4000)
ÂÂÂ libprotobuf-c.so.1 => /usr/lib/libprotobuf-c.so.1 (0x00007fef50bab000)
ÂÂÂ libevent-2.1.so.5 => /usr/lib/libevent-2.1.so.5 (0x00007fef50958000)
ÂÂÂ libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fef5073b000)
ÂÂÂ libc.so.6 => /usr/lib/libc.so.6 (0x00007fef50399000)
ÂÂÂ /lib64/ld-linux-x86-64.so.2 (0x00007fef50fb9000)
</snip>

I will share my observations with latest HEAD from git soon.

Thanks,
Krishnan Parthasarathi