forked from mozilla-services/socorro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 1745663: fix KeyError caused by CrashingThreadRule
I made a change to handle 0-byte minidumps and skip running minidump-stackwalk. That's fine, but I thought it made sense to "fake" the stackwalker_data output. That turns out to cause problems with other processor rules that have expectations for what is and isn't in the minidump. This scales that back a bit so that json_dump isn't set to {} which caused the events that lead to a KeyError.
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters