Skip to content

Should we catch panics in Rust callbacks #125

Description

@theHamsta

Currently, panicking in a extern "C" function will lead to a call to abort which could be ok if we make people aware that they will have changed panic behavior in the callback.

They will get the usual panic message but then a
thread caused non-unwinding panic. aborting.

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