You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure the crash I'm getting on ARM, like in this issue, see comment, is related to my old friend, this ARM breakage and the issues it caused in rust-openssl:
I'm stumped however why it used to work fine in the past.
The crash is triggered by exa -l, but I'm confident the casts used to fix this crate are the best place to start an investigation.
Turning optimizations off makes the crash go away - NEON instructions were the culprit specifically. So it must be related to autovectorization, which points to a bug in recent llvm as it definitely worked in the past.
I'm pretty sure the crash I'm getting on ARM, like in this issue, see comment, is related to my old friend, this ARM breakage and the issues it caused in
rust-openssl
:#314
I'm stumped however why it used to work fine in the past.
The crash is triggered by
exa -l
, but I'm confident the casts used to fix this crate are the best place to start an investigation.openssl-sys v0.7.7
The text was updated successfully, but these errors were encountered: