Closed
Bug 1676223
Opened 5 years ago
Closed 5 years ago
Use ActorLifecycleProxy instead of WeakPtr for async returns
Categories
(Core :: IPC, task, P3)
Core
IPC
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
Using WeakPtr can cause issues with actors which are destroyed on a different thread than they run their IPC, like PBackground.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/98b994baee88
Use ActorLifecycleProxy instead of WeakPtr for async returns, r=mccr8
Comment 3•5 years ago
|
||
Backed out changeset 98b994baee88 (Bug 1676223) for build bustages at PChromiumCDMChild.cpp.
https://hg.mozilla.org/integration/autoland/rev/981ef414c00eabd5daa7d282e0ebf08d074ef0e4
Failure log:
https://treeherder.mozilla.org/logviewer?job_id=321247063&repo=autoland&lineNumber=19446
Flags: needinfo?(nika)
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(nika)
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cbff2995d386
Use ActorLifecycleProxy instead of WeakPtr for async returns, r=mccr8
Comment 5•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•