28.09.2023 08:39, Michael Tokarev wrote:
27.09.2023 16:04, Andreas Beckmann:
# /lib/ld-linux-aarch64.so.1 --verify /usr/bin/aarch64-linux-gnu-g++-13
Segmentation fault
Ok, I can reproduce this one, which is good!
And the same issue is also present in 8.1.0 and 8.1.1. Sigh.
Now, this is interesting, -- the issue is caused by --disable-pie flag which
is being used to build qemu-user-static on Debian. Without --disable-pie, the
resulting executable just works without exposing this issue. Regular qemu-user
works fine too.
Hmm..
/mjt