https://bugs.kde.org/show_bug.cgi?id=388664
--- Comment #1 from John Reiser <jrei...@bitwagon.com> --- THe complete complaint is ===== (gdb) run Starting program: /usr/bin/date --2479-- WARNING: unhandled arm64-linux syscall: 117 --2479-- You may be able to write your own handler. --2479-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --2479-- Nevertheless we consider this a bug. Please report --2479-- it at http://valgrind.org/support/bug_reports.html. Could not trace the inferior process. Error: ptrace: Function not implemented==2479== ==2479== HEAP SUMMARY: ==2479== in use at exit: 5,824,751 bytes in 60,163 blocks ==2479== total heap usage: 130,709 allocs, 70,546 frees, 52,604,986 bytes allocated ==2479== ==2479== LEAK SUMMARY: ==2479== definitely lost: 5,905 bytes in 10 blocks ==2479== indirectly lost: 0 bytes in 0 blocks ==2479== possibly lost: 1,353,411 bytes in 10,972 blocks ==2479== still reachable: 4,465,435 bytes in 49,181 blocks ==2479== suppressed: 0 bytes in 0 blocks ==2479== Rerun with --leak-check=full to see details of leaked memory ==2479== ==2479== For counts of detected and suppressed errors, rerun with: -v ==2479== Use --track-origins=yes to see where uninitialised values come from ==2479== ERROR SUMMARY: 42793 errors from 121 contexts (suppressed: 0 from 0) During startup program exited with code 127. (gdb) q ===== and perhaps this part "Function not implemented" is an additional clue: ===== Could not trace the inferior process. Error: ptrace: Function not implemented==2479== ==2479== HEAP SUMMARY: ===== -- You are receiving this mail because: You are watching all bug changes.