Dear All
I have a C based application, it runs fine.
I wanted to do memory leak check.
I checked memory leak (using Valgrind 3.10.1 in a Ubuntu 12.04 LTS machine).
Valgrind is really helpful. It helped me to great extent to fix memory
leaks, uninitialized sections etc.
Now I see some leaks (po
Dear All
I am thankful to get such good guidance.
It was shared lib issue.
I had some issue in my code, that was converted to shared lib.
When I did a static linking, I was able to see the trace, and was able to
fix it.
Thank you all again.
Best regards
Austin
On Fri, Jan 2, 2015 at 8:10
Hi
I have a typical issue while using valgrind with epoll stuff.
I have ubuntu 14.04 system.
I have implemented epoll client server code.
When I execute epoll client and servers without valgrind, I see a proper
communication between epoll client and server.
When I execute epoll client with valg