Closed
Bug 1683732
Opened 5 years ago
Closed 5 years ago
Add bug numbers for ImageBridgeChild in TsanOptions.cpp
Categories
(Core :: Sanitizers, task)
Core
Sanitizers
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: KrisWright, Assigned: KrisWright)
Details
Attachments
(1 file)
Some of the thread leaks have bugs that weren't tied into tsan. Right now ImageBridgeChild doesn't have a bug number associated with its suppressions so I want to add the bug number for the ImageBridgeChild thread conversion to the suppression list to better associate these suppressions with the bugs that need to be fixed so they can be removed.
| Assignee | ||
Comment 1•5 years ago
|
||
ImageBridgeChild was turned into a one-off thread due to a deadlock, but when bug 1672255 is finished we can revert the changes back to a background task queue without any issues and get rid of these suppressions.
Updated•5 years ago
|
Assignee: nobody → kwright
Status: NEW → ASSIGNED
Pushed by kwright@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/021b38e3cb20
Add a bug number for ImageBridgeChild to TsanOptions.cpp r=decoder
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•