Bug 232793

Summary: unhandled syscall: 332
Product: [Developer tools] valgrind Reporter: Paul Epperson <plepper78>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tom
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Paul Epperson 2010-03-31 05:11:35 UTC
I invoked valgrind using:

$ valgrind nautilus

and received this in the output:

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

I attempted to follow the steps at http://valgrind.org/docs/manual/dist.readme-missing.html, but step #1 did not give me anything to go on:

$ grep 332 /usr/include/asm/unistd.h 
$
Comment 1 Tom Hughes 2010-03-31 09:24:27 UTC

*** This bug has been marked as a duplicate of bug 202315 ***
Comment 2 Tom Hughes 2010-03-31 09:35:15 UTC
Oh, and I've updated README_MISSING_SYSCALL_OR_IOCTL to suggest grepping in unistd*.h as (on amd64 at least) the system call numbers are in unistd_32.h and unistd_64.h now.