Bug 443833 - unhandled amd64-linux syscall: 326
Summary: unhandled amd64-linux syscall: 326
Status: RESOLVED DUPLICATE of bug 407218
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.15 SVN
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-16 13:12 UTC by Aleksandr Mertsalov
Modified: 2021-10-16 13:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksandr Mertsalov 2021-10-16 13:12:42 UTC
SUMMARY


STEPS TO REPRODUCE
1. Copy code from examples https://www.man7.org/linux/man-pages/man2/copy_file_range.2.html
2. Compile with clang
3. valgrind --verbose --log-file=valgrind-out.txt ./exec a.txt b.txt

OBSERVED RESULT
copy_file_range: Function not implemented


EXPECTED RESULT
Nothing

SOFTWARE/OS VERSIONS
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


valgrind                              1:3.15.0-1ubuntu9.1


ADDITIONAL INFORMATION

--2193160-- WARNING: unhandled amd64-linux syscall: 326
==2193160==    at 0x4B6A14A: copy_file_range (copy_file_range.c:29)
==2193160==    by 0x10A7A8: main (main.cpp:39)
--2193160-- You may be able to write your own handler.
--2193160-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--2193160-- Nevertheless we consider this a bug.  Please report
--2193160-- it at http://valgrind.org/support/bug_reports.html.
Comment 1 Tom Hughes 2021-10-16 13:36:12 UTC

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