|
From: Mukund S. <mu...@sh...> - 2004-01-12 15:24:36
|
Hi=20 I am trying to use valgrind under 2.6 kernel. My machine runs fedora (with 2.6 as the kernel). I am trying to run valgrind and trying to use 2.6 kernel features such as "sys/epoll". As of now none of the 2.6 kernel features such as kqueue, epoll etc is not being recognized by valgrind. Also I get lot of uninitalized memory errors from valgrind when using gethostbyname_r. I will be more than happy to provide programming examples. I have tried both the cvs tip and the stable version of valgrind. Did anyone else have success with running valgrind under 2.6 kernel? Is there a plan to support the 2.6 kernel features any time soon?=20 =20 Thanks Mukund =20 =20 |
|
From: Dirk M. <dm...@gm...> - 2004-01-12 15:57:48
|
On Monday 12 January 2004 16:24, Mukund Srinivasan wrote: > Is there a plan to support the 2.6 kernel features any > time soon? sure, you post small selfcontained examples that fail, and we'll fix them. |