Fuchsia + lld page-faulting on FnOnce::call_once vtable shim #56089
Labels
A-codegen
Area: Code generation
O-fuchsia
Operating system: Fuchsia
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
After the switch to lld, even a minimal Fuchsia binary page-faults at runtime. The backtraces point to the
FnOnce::call_once
vtable shim added in #54183. I'm not making use ofBox<dyn FnOnce>
anywhere in Fuchsia directly, but it's possible an std use has snuck in (edit: but it definitely shouldn't be the first function run by the loader?). cc @petrhosekThe text was updated successfully, but these errors were encountered: