Skip to content

alloc-fmt: Skip early frames of backtrace #107

Open
@joshlf

Description

@joshlf

In alloc-fmt's print_backtrace_and_abort, we currently print the entire backtrace including print_backtrace_and_abort itself and even the anonymous local closure inside that function. It would be good to figure out a way to only begin printing frames once we've reached the parent of print_backtrace_and_abort (which is the function invoking the macro).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions