|
From: Dan K. <da...@ke...> - 2004-01-16 02:26:10
|
Mukund Srinivasan wrote: > Attached is the small test case you asked for. The err.out file contains > the errors as generated by valgrind. Looks like valgrind 2.1.0 and cvs are missing the syscalls #define __NR_epoll_create 254 #define __NR_epoll_ctl 255 #define __NR_epoll_wait 256 I see that there's a patch for valgrind-2.0.0 to add epoll support at http://www.fefe.de/diffs/ Perhaps you could try 2.0.0 with that patch. It'd be nice if the epoll support made it into cvs sometime... - Dan |