Skip to content

Conversation

@calixteman
Copy link
Contributor

The bug here: https://bugzilla.mozilla.org/show_bug.cgi?id=1572618
hasn't a signature field and consequently we get some nag mails every hour...

@calixteman calixteman requested a review from marco-c November 22, 2021 14:34
dup = dups[dupid]
bs = utils.get_signatures(info["signature"])
if dup["signature"] is None:
# some bugs don't have a cf_crash_signature field... it's weird
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you ask dkl about this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes in #bmo on slack.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the problem? Is it a bug or a feature? :P

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if dup["signature"] is None:
# some bugs don't have a cf_crash_signature field... it's weird
# but it's life...
continue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we log a warning?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the bug is going to be fixed, let's log a warning so we don't silently ignore the problem if it reappears

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