Bug 324486 - WARNING: unhandled syscall: 310
Summary: WARNING: unhandled syscall: 310
Status: RESOLVED DUPLICATE of bug 166355
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.8.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 10:36 UTC by Daniel
Modified: 2013-09-05 13:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***