[valgrind] [Bug 496477] Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-21 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 --- Comment #5 from Rob Bresalier --- 2 main compiler flags that are likely most important: -mcpu=neoverse-n2 -march=armv8.5-a+crypto Compiler version info: $ /opt/WR/WindRiverLinux-21-240903/wr21-toolchain/bin/aarch64-cn10k-linux-g++ --version

[valgrind] [Bug 476465] AArch64 ARMv8.3 LDAPR/LDAPRH/LDAPRB instructions not supported

2024-11-20 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=476465 --- Comment #13 from Rob Bresalier --- To add to my previous comment, the unhandled instruction occurs at: line 857 of boost-1.82.0/boost-1.82.0/libs/atomic/include/boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp which you can see below is ldapr

[valgrind] [Bug 476465] AArch64 ARMv8.3 LDAPR/LDAPRH/LDAPRB instructions not supported

2024-11-20 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=476465 Rob Bresalier changed: What|Removed |Added CC||rob.bresal...@nokia.com --- Comment #12 from

[valgrind] [Bug 496477] Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-20 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 --- Comment #4 from Rob Bresalier --- It is an ARM Neoverse N2 CPU core, cn106 variant. See: https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-octeon-10-dpu-platform-product-brief.pdf I'll get back t

[valgrind] [Bug 496477] Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-20 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 Rob Bresalier changed: What|Removed |Added CC||rob.bresal...@nokia.com -- You are receiving

[valgrind] [Bug 496477] Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-19 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 --- Comment #1 from Rob Bresalier --- Below are the contents of atomic_base.h around line 725 where the crash occurs. It is trying to execute "__atomic_store_n(&_M_p, __p, int(__m));" I think this translates to the "stlur

[valgrind] [Bug 496477] Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-19 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 --- Comment #2 from Rob Bresalier --- The atomic_base.h file comes from gcc version 10.5.0, located at path: usr/include/c++/10.5.0/bits/atomic_base.h -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 496477] New: Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64

2024-11-19 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=496477 Bug ID: 496477 Summary: Valgind/memcheck doesn't handle stlur instruction in ARM64/aarch64 Classification: Developer tools Product: valgrind Version: 3.24 GIT Platform: Other

[valgrind] [Bug 412408] New: unhandled arm-linux syscall: 124 - adjtime - on arm-linux

2019-09-27 Thread Rob Bresalier
https://bugs.kde.org/show_bug.cgi?id=412408 Bug ID: 412408 Summary: unhandled arm-linux syscall: 124 - adjtime - on arm-linux Product: valgrind Version: 3.15 SVN Platform: Other OS: Linux Status: