Bug 324486

Summary: WARNING: unhandled syscall: 310
Product: [Developer tools] valgrind Reporter: Daniel <bugzilla>
Component: memcheckAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tom
Priority: NOR    
Version: 3.8.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel 2013-09-04 10:36:57 UTC
I got this warning when I tried to use Valgrind/Memcheck on app which uses NetSNMP as an SNMP agent:

--11608-- WARNING: unhandled syscall: 310
--11608-- You may be able to write your own handler.
--11608-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--11608-- Nevertheless we consider this a bug.  Please report
--11608-- it at http://valgrind.org/support/bug_reports.html.
unshare failed: Function not implemented


Reproducible: Always
Comment 1 Tom Hughes 2013-09-04 13:37:15 UTC
Were you valgrinding a 32 bit or 64 bit program? I'm assuming x86 at any rate?
Comment 2 Daniel 2013-09-05 13:31:05 UTC
Yes, it is x86.
Comment 3 Tom Hughes 2013-09-05 13:39:24 UTC
So if it is 32 bit x86 then that is the unshare system call, in which case this is a duplicate of bug 166355.

*** This bug has been marked as a duplicate of bug 166355 ***