Skip to content

Avoid unwraps, asserts and panics in unwind-rs #24

Open
@roblabla

Description

Unwind-rs has a bunch of unwraps/panics/asserts. This is troublesome when using unwind-rs as a program unwinder, as it may cause it to infinite loop, eventually stack overflowing. Instead, it should bubble up all possible errors.

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