Bug 368920

Summary: WARNING: unhandled arm64-linux syscall: 275 (sched_getattr)
Product: [Developer tools] valgrind Reporter: Marcin Juszkiewicz <marcin>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mark
Priority: NOR    
Version: 3.11.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marcin Juszkiewicz 2016-09-16 20:37:39 UTC
<<<test_start>>>
tag=sched_getattr02_valgrind_memory_leak_check stime=1473974664
cmdline=" valgrind -q --leak-check=full --trace-children=yes sched_getattr02"
contacts=""
analysis=exit
<<<test_output>>>
--25462-- WARNING: unhandled arm64-linux syscall: 275
--25462-- You may be able to write your own handler.
--25462-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25462-- Nevertheless we consider this a bug.  Please report
--25462-- it at http://valgrind.org/support/bug_reports.html.
--25462-- WARNING: unhandled arm64-linux syscall: 275
--25462-- You may be able to write your own handler.
--25462-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25462-- Nevertheless we consider this a bug.  Please report
--25462-- it at http://valgrind.org/support/bug_reports.html.
--25462-- WARNING: unhandled arm64-linux syscall: 275
--25462-- You may be able to write your own handler.
--25462-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25462-- Nevertheless we consider this a bug.  Please report
--25462-- it at http://valgrind.org/support/bug_reports.html.
--25462-- WARNING: unhandled arm64-linux syscall: 275
--25462-- You may be able to write your own handler.
--25462-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25462-- Nevertheless we consider this a bug.  Please report
--25462-- it at http://valgrind.org/support/bug_reports.html.
sched_getattr02    1  TFAIL  :  sched_getattr02.c:83: sched_getattr() failed unexpectedly : expected: 3 - ESRCH: TEST_ERRNO=ENOSYS(38): Function not implemented
sched_getattr02    2  TFAIL  :  sched_getattr02.c:83: sched_getattr() failed unexpectedly : expected: 22 - EINVAL: TEST_ERRNO=ENOSYS(38): Function not implemented
sched_getattr02    3  TFAIL  :  sched_getattr02.c:83: sched_getattr() failed unexpectedly : expected: 22 - EINVAL: TEST_ERRNO=ENOSYS(38): Function not implemented
sched_getattr02    4  TFAIL  :  sched_getattr02.c:83: sched_getattr() failed unexpectedly : expected: 22 - EINVAL: TEST_ERRNO=ENOSYS(38): Function not implemented
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=52 cstime=1
<<<test_end>>>


Reproducible: Always
Comment 1 Marcin Juszkiewicz 2016-09-19 06:57:12 UTC
https://bugs.kde.org/show_bug.cgi?id=369029 is same for amd64
Comment 2 Marcin Juszkiewicz 2018-04-30 08:07:28 UTC
Can we close it? IIRC it was merged into valgrind.
Comment 3 Mark Wielaard 2021-10-04 09:03:37 UTC

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