We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
lib/gdb_wrapper/x86.py
__init__
Backtrace