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 1943919 - Add TppRaiseInvalidParameter to the prefix list #6875

Conversation

gabrielesvelto
Copy link
Contributor

We don't want to add this function to the irrelevant list because it conveys an important bit of information (that we're crashing because an invalid paramter has been passed to a Windows system function), but we still want to skip over it in order to be able to tell different crashes apart.

@gabrielesvelto gabrielesvelto requested a review from a team as a code owner January 27, 2025 10:48
We don't want to add this function to the irrelevant list because it conveys an
important bit of information (that we're crashing because an invalid paramter
has been passed to a Windows system function), but we still want to skip over
it in order to be able to tell different crashes apart.
@gabrielesvelto gabrielesvelto force-pushed the bug-1943919-skip-over-tppraiseinvalidparameter branch from fa3caa7 to 575e8ed Compare January 27, 2025 10:49
@gabrielesvelto gabrielesvelto changed the title Add TppRaiseInvalidParameter to the prefix list Bug 1943919 - Add TppRaiseInvalidParameter to the prefix list Jan 27, 2025
@smarnach
Copy link
Contributor

I tested this with 10 recent crash reports with TppRaiseInvalidParameter in the signature. For these crashes, this is the signature change I see (it's the same for all ten of them):

Crash id: 113efedb-6f78-43a5-9fe5-34e730250127
Original: TppRaiseInvalidParameter
New:      TppRaiseInvalidParameter | TppAllocAlpcCompletion
Same?:    False

Does this look correct?

@smarnach smarnach self-assigned this Jan 27, 2025
@gabrielesvelto
Copy link
Contributor Author

Yes, that represents the bulk of the crashes under that signature, but there's more and I've already preemptively filed the bugs for the other signatures.

@smarnach smarnach added this pull request to the merge queue Jan 27, 2025
Merged via the queue into mozilla-services:main with commit dee7133 Jan 27, 2025
1 check passed
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