Skip to content

Add a sanity limit to stack backtraces #20

Closed
@bnagy

Description

@bnagy

I don't think anyone needs to see 60k stack frames, and it takes forever. I capped it conservatively at 1000 by adding

            if i > 1000:
                break

to the end of lib/gdb_wrapper/x86.py in __init__ for Backtrace, which is horribly hacky but I don't the python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions