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

feat(minidump): Return ProcessStates for minidumps without threads #144

Merged
merged 1 commit into from
May 16, 2019

Conversation

jan-auer
Copy link
Member

Returns a ProcessState even if the minidump contains no thread list.

The thread list is retrieved as the last processing step, immediately before symbolication. As such, system information and exception information might still be available. It's better to return this partial process state than fully bailing out.

https://github.com/google/breakpad/blob/d930308bbbfa089a63df67c4f78065604494d39d/src/processor/minidump_processor.cc#L156-L160

@jan-auer jan-auer merged commit efb3e23 into master May 16, 2019
@jan-auer jan-auer deleted the feat/minidump-no-thread-list branch May 16, 2019 19:37
jan-auer added a commit that referenced this pull request May 23, 2019
)

Fix for #144. Also fixes a memory leak if the minidump cannot be opened.
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

Successfully merging this pull request may close these issues.

2 participants