Closed
Bug 241591
Opened 21 years ago
Closed 21 years ago
Leak in seamonkey profile manager if you tab through elements
Categories
(Core :: XUL, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.7final
People
(Reporter: benjamin, Assigned: dbaron)
References
Details
(Keywords: fixed1.7, memory-leak, Whiteboard: [patch])
Attachments
(1 file)
1.42 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
brendan
:
approval1.7+
|
Details | Diff | Splinter Review |
This was really elusive, but it's a real leak that cause us hanging onto the RDF
service and the pref service:
If you launch seamonkey and it shows the profile manager, and you click "Start",
there's no leak.
However, if it shows the profile manager, and you tab around a bit to the
"start" button and hit "Enter", we leak an nsXULElement and a document, and
therefore hang onto the rdfservice and prefservice.
Steps to reproduce:
./mozilla -profilemanager
tab to "Start" (or even "Cancel")
hit "Enter"
look at trace-refcnt leaks or trace-malloc stats for leaked objects
I'm sorry to say I don't know how to debug this further
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146956 -
Flags: superreview?(bryner)
Attachment #146956 -
Flags: review?(bryner)
Assignee | ||
Updated•21 years ago
|
Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Reporter | ||
Updated•21 years ago
|
Blocks: semi-single-profile
Updated•21 years ago
|
Attachment #146956 -
Flags: superreview?(bryner)
Attachment #146956 -
Flags: superreview+
Attachment #146956 -
Flags: review?(bryner)
Attachment #146956 -
Flags: review+
Assignee | ||
Comment 2•21 years ago
|
||
Fix checked in to trunk, 2004-04-26 16:19 -0700.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 146956 [details] [diff] [review]
patch
simple fix for a rather serious leak (we leak content nodes on all key and IME
events)
Attachment #146956 -
Flags: approval1.7?
Comment 4•21 years ago
|
||
Comment on attachment 146956 [details] [diff] [review]
patch
a=brendan@mozilla.org for 1.7 final.
/be
Attachment #146956 -
Flags: approval1.7? → approval1.7+
Assignee | ||
Comment 5•21 years ago
|
||
Fix checked in to MOZILLA_1_7_BRANCH, 2004-04-26 21:41 -0700.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•