Closed
Bug 321667
Opened 19 years ago
Closed 18 years ago
Timer-related leak in extension update code
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8.1beta1
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: memory-leak)
I didn't check in the 4th file in the patch on bug 315951. This shows a timer-related memory leak. However, fixing the leak actually increases the leak numbers, so something else is probably leaking.
Reporter | ||
Comment 1•19 years ago
|
||
See especially bug 315951 comment 10 and bug 315951 comment 11.
Updated•19 years ago
|
Flags: blocking-firefox2?
Comment 2•19 years ago
|
||
perhaps fixed by the patch in #336955
Comment 3•19 years ago
|
||
Please forgot comment #2 sorry.
Updated•19 years ago
|
Flags: blocking-firefox2? → blocking-firefox2+
Keywords: helpwanted
Updated•19 years ago
|
Target Milestone: --- → Firefox 2 beta1
Updated•19 years ago
|
Assignee: dbaron → michael.wu
Reporter | ||
Updated•19 years ago
|
Severity: normal → minor
Updated•19 years ago
|
Whiteboard: [SWAG: 2d]
Comment 4•19 years ago
|
||
How do I test/reproduce this?
Reporter | ||
Comment 5•19 years ago
|
||
See comment 1. In particular, set up a profile with an older version such that you have an incompatible extension on startup (and then keep recopying the profile for each test).
Updated•19 years ago
|
Flags: blocking-firefox2+
Updated•19 years ago
|
Assignee: michael.wu → nobody
Reporter | ||
Comment 6•19 years ago
|
||
Looks like this code was either removed or moved as part of bug 342606.
Comment 7•18 years ago
|
||
Yeah, this was fixed by bug 342606. Robert removed the nsITimerCallback implementation that wasn't clearing its timers when it was destroyed: https://bugzilla.mozilla.org/attachment.cgi?id=228222&action=diff#mozilla/toolkit/mozapps/extensions/content/update.xml_sec1.
Marking as FIXED.
Severity: minor → normal
Status: NEW → RESOLVED
Closed: 18 years ago
Component: Software Update → Extension/Theme Manager
Keywords: helpwanted
OS: Linux → All
QA Contact: software.update → extension.manager
Hardware: PC → All
Resolution: --- → FIXED
Summary: timer-related leak in update code → Timer-related leak in extension update code
Whiteboard: [SWAG: 2d]
Version: unspecified → 2.0 Branch
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•