Closed
Bug 1608870
Opened 5 years ago
Closed 5 years ago
[siglist] Add mozilla::ipc::Shmem::OpenExisting() and mozilla::ipc::IToplevelProtocol::ShmemCreated() to the prefix list
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: willkg)
References
Details
Attachments
(1 file)
We want to tell apart the crashes caused by failures when allocating shared memory. For this purpose we should add both the mozilla::ipc::Shmem::OpenExisting()
and mozilla::ipc::IToplevelProtocol::ShmemCreated()
methods to the prefix list.
Here's two crashes that would get different signatures if the methods were in the prefix list:
https://crash-stats.mozilla.org/report/index/ea51ec67-1cf3-4057-b6ad-a1c950200105
https://crash-stats.mozilla.org/report/index/71d58118-c7f9-4323-aa58-9a0530191212
Assignee | ||
Comment 1•5 years ago
|
||
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
This was deployed just now as part of bug #1609757. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•