Skip to content

undefined symbol: __rust_probestack on nightly #5610

@juntyr

Description

@juntyr

wasmer depends on the __rust_probestack symbol here:

pub static PROBESTACK: unsafe extern "C" fn() = __rust_probestack;

With rust-lang/rust#141992, this symbol is now mangled and no longer exposed (on nightly). Therefore, building wasmer fails during linking, see rust-lang/rust#142612.

See rust-lang/rust#142612 (comment) for a proposed fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions