Bug 425967 - unhandled amd64-linux syscall: 315
Summary: unhandled amd64-linux syscall: 315
Status: RESOLVED DUPLICATE of bug 369029
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-30 03:52 UTC by Vaelatern
Modified: 2020-08-30 07:55 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 Vaelatern 2020-08-30 03:52:32 UTC
Valgrind version: 3.16.1 (not in Version dropdown)

Linux version: 5.4.50

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

$ grep 315 unistd*.h
unistd_32.h:#define __NR_tee 315
unistd_64.h:#define __NR_sched_getattr 315
unistd_x32.h:#define __NR_sched_getattr (__X32_SYSCALL_BIT + 315)

Does not seem relevant to my bug, but I saw it and it asked me to report.
Comment 1 Tom Hughes 2020-08-30 07:55:00 UTC

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