Closed
Bug 1561697
Opened 6 years ago
Closed 6 years ago
[siglist] add mozilla::ipc::WriteIPDLParam to prefix list
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
This has a signature that's too general and we want to proceed past mozilla::ipc::WriteIPDLParam<T>
:
https://crash-stats.mozilla.org/report/index/4fb422eb-61e3-425f-917c-2bb7f0190624
This bug covers adding that to the prefix list.
Assignee | ||
Comment 1•6 years ago
|
||
Making this a P2 to do today.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Confirmed on stage. After reprocessing, a signature changed from:
mozilla::ipc::WriteIPDLParam<T>
to
mozilla::ipc::WriteIPDLParam<T> | mozilla::dom::PContentParent::SendWindowPostMessage
Assignee | ||
Comment 5•6 years ago
|
||
I'll reprocess the existing crashes in prod today to see how they improve and tell Jed. Then I'll mark this FIXED.
Assignee | ||
Comment 6•6 years ago
|
||
I reprocessed all the crashes. Signatures look better, but it's likely that some can be further improved. We should do that work in separate bugs.
Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•