https://bugs.kde.org/show_bug.cgi?id=440670

            Bug ID: 440670
           Summary: unhandled ppc64le-linux syscall: 252 and unhandled
                    ppc64le-linux syscall:253
           Product: valgrind
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: jch...@redhat.com
  Target Milestone: ---

SUMMARY
Running valgrind with certain programs on Fedora Rawhide will trigger a message
"WARNING: unhandled ppc64le-linux syscall:" for syscalls 252 (statfs64) and 253
(fstatfs64). Reproduced using glibc-2.34-1.fc35.ppc64le and
systemd-249.2-1.fc35.ppc64le

STEPS TO REPRODUCE
1. valgrind --log-file=logfile /usr/bin/busctl --version </dev/null > /dev/null
2>&1
2. cat logfile

OBSERVED RESULT
==166394== Memcheck, a memory error detector
==166394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==166394== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==166394== Command: /usr/bin/busctl --version
==166394== Parent PID: 161493
==166394== 
--166394-- WARNING: unhandled ppc64le-linux syscall: 253
--166394-- You may be able to write your own handler.
--166394-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--166394-- Nevertheless we consider this a bug.  Please report
--166394-- it at http://valgrind.org/support/bug_reports.html.
--166394-- WARNING: unhandled ppc64le-linux syscall: 252
--166394-- You may be able to write your own handler.
--166394-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--166394-- Nevertheless we consider this a bug.  Please report
--166394-- it at http://valgrind.org/support/bug_reports.html.
--166394-- WARNING: unhandled ppc64le-linux syscall: 252
--166394-- You may be able to write your own handler.
--166394-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--166394-- Nevertheless we consider this a bug.  Please report
--166394-- it at http://valgrind.org/support/bug_reports.html.
--166394-- WARNING: unhandled ppc64le-linux syscall: 252
--166394-- You may be able to write your own handler.
--166394-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--166394-- Nevertheless we consider this a bug.  Please report
--166394-- it at http://valgrind.org/support/bug_reports.html.
==166394== 
==166394== HEAP SUMMARY:
==166394==     in use at exit: 0 bytes in 0 blocks
==166394==   total heap usage: 11 allocs, 11 frees, 13,189 bytes allocated
==166394== 
==166394== All heap blocks were freed -- no leaks are possible
==166394== 
==166394== For lists of detected and suppressed errors, rerun with: -s
==166394== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

EXPECTED RESULT
No warnings about unhandled syscalls should be printed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Rawhide


ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to