Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread John Reiser
$ export RPI_MODEL=3 $ export DEBIAN_RELEASE=bullseye $ wgethttps://raspi.debian.net/daily/raspi_${RPI_MODEL}_${DEBIAN_RELEASE}.img.xz That gives arm64, not armhf (32-bit). Choosing https://raspi.debian.net/tested/20220121_raspi_2_bullseye.img.xz and running5.10.0-15-armmp #1 SMP Debian 5.

Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread John Reiser
$ export RPI_MODEL=3 $ export DEBIAN_RELEASE=bullseye $ wgethttps://raspi.debian.net/daily/raspi_${RPI_MODEL}_${DEBIAN_RELEASE}.img.xz That gives arm64, not armhf (32-bit). ___ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://

Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread Mathieu Malaterre
On Tue, Jun 28, 2022 at 4:54 PM John Reiser wrote: > > track down Debian issue > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928224 > which is 3 years old: > - > Installed libc6 version: libc6-dgb:armhf 2.28-8 > > valgrind /bin/true > > ==12463== Memcheck, a memory error detector > ==12

Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread John Reiser
track down Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928224 which is 3 years old: - Installed libc6 version: libc6-dgb:armhf 2.28-8 valgrind /bin/true ==12463== Memcheck, a memory error detector ==12463== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==

Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread Mathieu Malaterre
Hi John ! On Tue, Jun 28, 2022 at 1:16 PM John Reiser wrote: > > On 6/28/22, Mathieu Malaterre wrote: > > % strace ./memcheck/memcheck-arm-linux > > execve("./memcheck/memcheck-arm-linux", > > ["./memcheck/memcheck-arm-linux"], 0xbe962730 /* 19 vars */) = 0 > > --- SIGILL {si_signo=SIGILL, si_cod

Re: [Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread John Reiser
On 6/28/22, Mathieu Malaterre wrote: % strace ./memcheck/memcheck-arm-linux execve("./memcheck/memcheck-arm-linux", ["./memcheck/memcheck-arm-linux"], 0xbe962730 /* 19 vars */) = 0 --- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPC, si_addr=0x58072020} --- +++ killed by SIGILL +++ zsh: illegal hardw

[Valgrind-users] armhf: illegal hardware instruction

2022-06-28 Thread Mathieu Malaterre
Dear all, I am trying to track down Debian issue #928224. Here is what i did: % dpkg --print-architecture armhf % cat /proc/cpuinfo | grep vfpv3 | head -1 Features: half thumb fastmult vfp edsp thumbee vfpv3 tls idiva idivt vfpd32 lpae % wget https://sourceware.org/pub/valgrind/valgrind-