|
From: Ambika T. <amb...@gm...> - 2009-11-09 14:41:04
|
Hi, I am new to valgrind. When I tried to execute valgrind after looking into https://wiki.ubuntu.com/Valgrind , I am getting the attached log. Can you please let me know, where is the problem? I ran valgrind as follows… root@galilio:/home/nethawk# valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log /usr/bin/myserver -q -a 10.16.16.199 When i try to connect from client to my server from another system it is showing below log root@galilio:/home/nethawk# valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log /usr/bin/myserver -q -a 10.16.16.199 INFO : Extract Job: Start Time: End Time: Filter: select: Interrupted system call Killed root@galilio:/home/nethawk# The server is running in daemon mode and only way to kill it is by sending SIGKILL or SIGTERM and it is started a thread for each client for processing. Does valgrind working in multithreaded application. br, Ambika -- Br, Ambika Prasad Tripathy Nethawk Networks |