Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack trace is too simple #34

Closed
icepng opened this issue Apr 14, 2018 · 1 comment
Closed

stack trace is too simple #34

icepng opened this issue Apr 14, 2018 · 1 comment

Comments

@icepng
Copy link

icepng commented Apr 14, 2018

And I test in IE, when crashed my IE, and I wanted to get the stacktrace by crash.fullReport(), but the info is too simple, not the deep 16.

Stack trace:
Frame            Origin
0000007647653960 000000000000007E (0x7e)

Can I get the stack trace like k in windbg by setting something in winappdbg? thx.

@MarioVilas
Copy link
Owner

There could be any number of reasons why the stack trace looks like that, for example stack buffer overflows tend to corrupt the stack trace. This is unavoidable, I'm afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants