From: Himanshu S <mai...@gm...> - 2014-05-23 21:29:10
|
Hello, I started using valgrind for our code and it is a great tool. In our code we use setns system call. It seems like valgrind version (3.8.1). It seems like this syscall is not handled. --2726-- WARNING: unhandled syscall: 308 --2726-- You may be able to write your own handler. --2726-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --2726-- Nevertheless we consider this a bug. Please report --2726-- it at http://valgrind.org/support/bug_reports.html. I wanted to check if anyone knows about this issue being fixed or if anyone has a patch that works? Thanks in advance -Himanshu |