You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2009/07/17 18:03:17 UTC

Re: Running tests with Valgrind

Julian Foad <ju...@btopenworld.com> writes:

> On many or all repository-contacting executions of "svn" now, I get one
> Valgrind warning:
> [[[
> $ svn st -u notes/
> ==17537== Syscall param epoll_ctl(event) points to uninitialised byte(s)
> ==17537==    at 0x47794EE: epoll_ctl (in /lib/libc-2.4.so)

> I don't know if that's a Serf issue or if it has been fixed. I'm using
> Serf 0.3.0.

It's probably a valgrind false-alarm (valgrind interprets the syscall
data to predict errors and doesn't always get it right).

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2372137