Closed
Bug 1252647
Opened 9 years ago
Closed 9 years ago
Intermittent e10s LeakSanitizer | leak at NewPage, nsEventQueue::PutEvent, take, nsThread::PutEvent
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: mccr8, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: intermittent-failure, memory-leak)
Here's an example log:
https://treeherder.mozilla.org/logviewer.html#?repo=fx-team&job_id=7640982
These leaks are currently being misfiled in bug 1221910.
It looks like this is a runnable leaking, created in mozilla::camera::CamerasChild::ShutdownChild() here:
RefPtr<nsRunnable> event =
new ThreadDestructor(CamerasSingleton::Thread());
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Comment 1•9 years ago
|
||
gcp: this is probably around #20-25 on the orange factor; they're being starred on bug 1221910, and this is an e10s issue. Can you look at it? Is it a dup of another bug (perhaps that backout we did?) thanks!
Rank: 17
Component: Audio/Video → WebRTC: Audio/Video
Flags: needinfo?(gpascutto)
Priority: -- → P1
Comment 2•9 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #1)
> gcp: this is probably around #20-25 on the orange factor; they're being
> starred on bug 1221910, and this is an e10s issue. Can you look at it?
I've already been looking at it. I didn't find anything, besides bug 1254507 which I fixed. I have no more time now to investigate deeper due to e10s blockers, so no, I cannot fix it right now.
> Is it a dup of another bug (perhaps that backout we did?) thanks!
I may be a dupe of this bug, or it may not be:
https://bugzilla.mozilla.org/show_bug.cgi?id=1207431#c21
Flags: needinfo?(gpascutto)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•