Hi, I have a minimal reproducible code on https://github.com/RedKinda/rust-musl-segfault
To reproduce, run the dockerfile included. It compiles for target x86_64-unknown-linux-musl on release, and upon running segfaults. After using gdb i got this
gef➤ x/1w 0x7ffff7ff7000
0x7ffff7ff7000 <EVP_sha256@got.plt>: 0x1f456
Let me know if I should raise this issue elsewhere