Closed
Bug 1055154
Opened 10 years ago
Closed 10 years ago
Add finer-grained LSan suppressions for WebRTC leaks
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
Attachments
(2 files)
933 bytes,
text/plain
|
Details | |
2.07 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
The largest remaining set up LSan-detected leaks are from WebRTC. Right now, we have very coarse-grained LSan suppressions:
leak:/media/mtransport/
leak:/media/webrtc/signaling/
This means that any leak that has code from those directories in it will be ignored by LSan. I'm going to come up with a larger set of suppressions that will cover our WebRTC leaks. This should help prevent large regressions, and will hopefully illuminate exactly what sort of leaks remain.
Assignee | ||
Comment 1•10 years ago
|
||
Working locally with my suppression analysis script, this seems to cover everything. Some of it is init stuff that is probably held alive until shut down anyways, but some of it looks like real leaks.
Assignee | ||
Comment 2•10 years ago
|
||
try run: https://tbpl.mozilla.org/?tree=Try&rev=bb3abc6fea78
The leak in the first M1 run is an existing intermittent.
Attachment #8475200 -
Flags: review?(n.nethercote)
Comment 3•10 years ago
|
||
Comment on attachment 8475200 [details] [diff] [review]
Add finer-grained LSan suppressions for WebRTC leaks.
Review of attachment 8475200 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #8475200 -
Flags: review?(n.nethercote) → review+
Updated•10 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Assignee | ||
Comment 4•10 years ago
|
||
landed DONTBUILD
https://hg.mozilla.org/integration/mozilla-inbound/rev/94d8ee70f149
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Assignee | ||
Comment 6•10 years ago
|
||
I landed some additional suppressions for the intermittent leak in bug 1055910 with rs from jesup over IRC.
https://hg.mozilla.org/integration/mozilla-inbound/rev/78cd1b0af0c0
Assignee | ||
Comment 7•10 years ago
|
||
I didn't read the list of intermittent leaks closely enough, so I had to add some more:
https://hg.mozilla.org/integration/mozilla-inbound/rev/72f6354159d5
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
And some more, for intermittent WebRTC leaks that showed up yesterday...
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7e28d7d7505
Comment 11•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•