Closed
Bug 1299802
Opened 9 years ago
Closed 8 years ago
driver.js is leaking observers
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: memory-leak)
I can see two possible lines of code where we leak observers in driver.js:
https://dxr.mozilla.org/mozilla-central/rev/b7f7ae14590aced450bb0b0469dfb38edd2c0ace/testing/marionette/driver.js#59
https://dxr.mozilla.org/mozilla-central/rev/b7f7ae14590aced450bb0b0469dfb38edd2c0ace/testing/marionette/driver.js#66
In both cases we add the observer listener but once fired don't remove it anymore.
Comment 1•9 years ago
|
||
THis is not a priority. Some of this code is going to be removed in the "near future" since it is B2G
Comment 2•8 years ago
|
||
I think with the changes that have happened in the last year I don't think that this bug is still valid
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #0)
> I can see two possible lines of code where we leak observers in driver.js:
>
> https://dxr.mozilla.org/mozilla-central/rev/
> b7f7ae14590aced450bb0b0469dfb38edd2c0ace/testing/marionette/driver.js#59
Removed via https://hg.mozilla.org/mozilla-central/rev/a9deb69ab381 (bug 1395176) for Firefox 57.
> https://dxr.mozilla.org/mozilla-central/rev/
> b7f7ae14590aced450bb0b0469dfb38edd2c0ace/testing/marionette/driver.js#66
Removed via https://hg.mozilla.org/mozilla-central/rev/55ee9540dd12 (bug 1315611) for Firefox 55.
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•