rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.25k stars 12.57k forks source link

illegal instruction on x86_64-linux-android since 1.40.0 #67582

Open CryZe opened 4 years ago

CryZe commented 4 years ago

It looks like when running the tests on x86_64-linux-android through qemu (via cross) they seem to fail due to an illegal instruction since the Rust 1.40 release. This happens consistently.

https://github.com/LiveSplit/livesplit-core/runs/362238400#step:8:141

pnkfelix commented 4 years ago

triage: P-medium based on this being a tier-2 platform. Removing nomination.

briansmith commented 4 years ago

@CryZe How about nightly and beta channels? If the crash also happens on Beta/Nightly, could you narrow down (e.g. by bisecting) the first Beta and/or first Nightly build that stopped working?