https://bugs.kde.org/show_bug.cgi?id=420906
Bug ID: 420906
Summary: missing syscall wrapper for clone3 (435 on amd64)
Product: valgrind
Version: unspecified
Platform: Debian unstable
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
There's not yet a syscall handler for amd64 435 "clone3()", introduced in Linux
5.3.
STEPS TO REPRODUCE
1. Run a program making use of the clone3() system call.
OBSERVED RESULT
--4132784-- WARNING: unhandled amd64-linux syscall: 435
--4132784-- You may be able to write your own handler.
--4132784-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4132784-- Nevertheless we consider this a bug. Please report
--4132784-- it at http://valgrind.org/support/bug_reports.html.
EXPECTED RESULT
No such output
SOFTWARE/OS VERSIONS
Linux, 5.6.8, Debian Unstable GLIBC 2.30-4
ADDITIONAL INFORMATION
I can probably beat out a handler for this without much trouble (I've got a few
others in Valgrind), but wanted to get the bug reported.
--
You are receiving this mail because:
You are watching all bug changes.