Add mozilla::ipc::SentinelReadError to the prefix list
Categories
(Socorro :: Signature, task, P2)
Tracking
(Not tracked)
People
(Reporter: mccr8, Assigned: willkg)
References
Details
Attachments
(1 file)
In bug 1757534, we had a crash regression land in Nightly, but nobody noticed it for a little over a month. There was a steady trickle of crashes, but presumably because it only affected ARM64 Windows 10, there was not enough volume to catch anybody's attention. Probably part of the issue is that this is a rather generic signature, combining a number of IPC serialization issues. Maybe regressions in these sorts of crashes would be more noticeable if we add mozilla::ipc::SentinelReadError to the prefix list.
Here's an example of these crashes: bp-32f63301-804f-4e9d-ba52-bfb670220301
With this addition to the prefix list, I think the signature would go from [@ mozilla::ipc::SentinelReadError] to [@mozilla::ipc::SentinelReadError | mozilla::ipc::SentinelReadError | mozilla::gmp::PGMPParent::OnMessageReceived]. The double SentinelReadError isn't great, but I think it is nice to have an indication that this is specifically a deserialization error, and not some other kind of unknown crash.
Assignee | ||
Comment 1•3 years ago
|
||
Grabbing this to do now.
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Reporter | ||
Comment 4•3 years ago
|
||
Thanks!
Assignee | ||
Comment 5•3 years ago
|
||
I deployed this to prod just now in bug #1759160. Marking as FIXED.
Description
•