rustc
crash trying to compile p384
for Wasi on ppc64le
#104021
Labels
C-bug
Category: This is a bug.
rustc
crash trying to compile p384
for Wasi on ppc64le
#104021
I tried this code:
p384
crate forwasm32-wasi
onpowerpc64le-unknown-linux-gnu
.I expected to see this happen:
powerpc64le-unknown-linux-gnu
works fine.x86_64-unknown-linux-gnu
andwasm32-wasi
fromx86_64-unknown-linux-gnu
also works fine.x86_64-unknown-linux-gnu
,x86_64-unknown-linux-musl
, andwasm32-wasi
from Github's Ubuntu CI runner. chore: refactor crypto, attestation into crates enarx/steward#92Instead, this happened:
(signal: 11, SIGSEGV: invalid memory reference)
Meta
rustc --version --verbose
:I also tried nightly:
Backtrace
The text was updated successfully, but these errors were encountered: