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

bug 1402037 - improve shutdownhang signatures #4017

Merged
merged 4 commits into from Sep 27, 2017
Merged

bug 1402037 - improve shutdownhang signatures #4017

merged 4 commits into from Sep 27, 2017

Conversation

willkg
Copy link
Collaborator

@willkg willkg commented Sep 26, 2017

We have a number of shutdownhang signatures where the stack is rife with
"uninteresting" bits such that the signature gets truncated before getting to
something interesting or relevant or actionable.

This adds a bunch of things to the irrelevant list such that they don't show up
in the signature.

I did some regression testing and these strings only show up in shutdownhang
crashes. If that changes, we should rethink them on a string-by-string basis.

@willkg
Copy link
Collaborator Author

willkg commented Sep 26, 2017

Examples of changes in crashes from this change here: https://bugzilla.mozilla.org/show_bug.cgi?id=1402037#c23

We have a number of shutdownhang signatures where the stack is rife with
"uninteresting" bits such that the signature gets truncated before getting to
something interesting or relevant or actionable.

This adds a bunch of things to the irrelevant list such that they don't show up
in the signature.

I did some regression testing and these strings only show up in shutdownhang
crashes. If that changes, we should rethink them on a string-by-string basis.
nsThread::nsChainedEventQueue::GetEvent
nsThread::ProcessNextEvent
NS_ProcessNextEvent
NtWaitForKeyedEvent
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I should collapse this one like the following one.

@lonnen lonnen self-assigned this Sep 26, 2017
@willkg willkg requested a review from lonnen September 26, 2017 19:41
@willkg
Copy link
Collaborator Author

willkg commented Sep 26, 2017

@lonnen If we can, I'd love to get this landed and tested before tomorrow. Then we can push it to -prod tomorrow.

@lonnen
Copy link
Contributor

lonnen commented Sep 27, 2017

R+

@willkg willkg merged commit 072704b into mozilla-services:master Sep 27, 2017
@willkg
Copy link
Collaborator Author

willkg commented Sep 27, 2017

Thank you!

@willkg willkg deleted the 1402037-shutdownhang branch September 28, 2017 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants