Skip to content

Show exception records and mark trap frames #118

@discostu105

Description

@discostu105

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions