https://bugs.kde.org/show_bug.cgi?id=395266
--- Comment #6 from Timo Sirainen <t...@iki.fi> --- (In reply to Paul Floyd from comment #5) > To eliminate number 1 could you try something like this: > > export VALGRIND_LAUNCHER=`which valgrind` > export VALGRIND_LIB=/usr/libexec/valgrind > env 'FOO/BAR=1' /usr/libexec/valgrind/memcheck-amd64-linux ./395266 Testing in Ubuntu 20.04 in Macbook it runs correctly (no crash): export VALGRIND_LAUNCHER=`which valgrind` export VALGRIND_LIB=/usr/lib/aarch64-linux-gnu/valgrind env 'FOO/BAR=1' /usr/lib/aarch64-linux-gnu/valgrind/memcheck-arm64-linux ./test -- You are receiving this mail because: You are watching all bug changes.