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

            Bug ID: 516090
           Summary: Regression :  Linux FreeBSD and Darwin: refactor *at
                    syscall dirfd checks
    Classification: Developer tools
           Product: valgrind
      Version First 3.26.0
       Reported In:
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: memcheck
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 189654
  --> https://bugs.kde.org/attachment.cgi?id=189654&action=edit
fix

Linux FreeBSD and Darwin: refactor *at syscall dirfd checks

https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=9f5d3d32b5bd5bc546eea74a8f75e53d4a228519;hp=bbf3cf234eacc97a652437c4f5e626c43b1bc76d


On kernel 4.9 with toolchain gcc 10 ,
there is not statx on 4.9
the fallback mecanism is in error. 


valgrind ls
==30462== Memcheck, a memory error detector
==30462== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==30462== Using Valgrind-3.26.0 and LibVEX; rerun with -h for copyright info
==30462== Command: ls
==30462== 
ERROR: ld.so: object '/usr/libexec/valgrind/vgpreload_core-arm-linux.so' from
LD_PRELOAD cannot be preloaded (cannot stat shared object): ignored.
ERROR: ld.so: object '/usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so'
from LD_PRELOAD cannot be preloaded (cannot stat shared object): ignored.
ls: error while loading shared libraries: libcrypt.so.1: cannot stat shared
object: Error 9
==30462== 
==30462== HEAP SUMMARY:
==30462==     in use at exit: 0 bytes in 0 blocks
==30462==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==30462== 
==30462== All heap blocks were freed -- no leaks are possible
==30462== 
==30462== For lists of detected and suppressed errors, rerun with: -s
==30462== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)


Fix in attachment.

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

Reply via email to