|
From: Eduardo S. <ed...@gm...> - 2010-06-01 14:52:19
|
Hi Folks, In Monkey HTTP Daemon project (http://www.monkey-project.com), we moved our socket calls to a shared library. So now every time that we try valgrind --tool=callgrind bin/monkey we got the following error several times: Warning: unhandled socketcall 0x12 Valgrind version is 3.5.0 Linux Kernel: 2.6.32-21-generic (Ubuntu 10.04) Steps to reproduce: --------------------------- 1) git clone git://repo.or.cz/MonkeyD.git 2) cd MonkeyD && git checkout v0.11.0-dev 3) ./configure --debug 4) make 5) valgrind --tool=callgrind bin/monkey Any help is appreciated. best regards, -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com |