Closed
Bug 1329445
Opened 6 years ago
Closed 6 years ago
Intermittent LeakSanitizer | leak at allocate, _M_get_node, _M_create_node, std::_Rb_tree_iterator
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, memory-leak, Whiteboard: gfx-noted)
Filed by: rvandermeulen [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=67031436&repo=mozilla-aurora https://queue.taskcluster.net/v1/task/M6fjhK_KTr-XfQSyBye_Tw/runs/0/artifacts/public/logs/live_backing.log
Updated•6 years ago
|
Updated•6 years ago
|
Whiteboard: gfx-noted
Comment 1•6 years ago
|
||
This seems to only affect 52, but it's a pretty steady source of intermittents. Dave, do you have an idea of what might be going on?
Nothing explicitly clears the ImageBridge map on shutdown, and it's a static singleton, so I guess a timing issue (like failing to shutdown a PImageBridge on time) could cause a shutdown leak. A bunch of work went into cleaning up ImageBridge for the GPU process, which could explain why it's 52 only.
Flags: needinfo?(dvander)
Comment 3•6 years ago
|
||
Too late for firefox 52, mass-wontfix.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•