On Fri, Sep 4, 2015 at 6:09 PM, Azat Khuzhin <[email protected]> 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