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

Show exception records and mark trap frames #118

Open
discostu105 opened this issue Jun 29, 2018 · 2 comments
Open

Show exception records and mark trap frames #118

discostu105 opened this issue Jun 29, 2018 · 2 comments

Comments

@discostu105
Copy link
Member

discostu105 commented Jun 29, 2018

Exception records are not properly analyzed yet.

exr -1 shows the last exception record. It would reveal the real exception frame as well as details (e.g. which address was accessed in an access violation).

Getting the real exception frame, would also mean we could either change the stacktrace to omit the exception-handling/stack-unwinding frames (in WinDbg this is done via .excr), or we could keep the full stack, and just mark that frame with a tag.

Exception Record could be reported as an extra piece of information, and the faulting frame should also be considered in duplication detection algorithm.

@AuroMun
Copy link

AuroMun commented Oct 26, 2020

We've been utilizing Superdump for a project and it's been great! We did some work on retrieving the exception record for unhandled exceptions and display that as extra information, and would love to merge those changes to the repo.

@discostu105
Copy link
Member Author

@einsteino Cool. Feel free to open a PR, I'm happy to have a look!

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