Closed
Bug 12471
Opened 25 years ago
Closed 25 years ago
MLK: Drop-down list leaks
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M16
People
(Reporter: alecf, Assigned: attinasi)
Details
(Keywords: memory-leak, Whiteboard: 4/24: requested verification by reporter or assigned eng.)
The account manager dialog appearantly exposes some kind of huge style leak.
To reproduce,open Messenger, then go to Edit->Account Setup - now click around
all the options in the tree alot - this makes pages reload in the IFRAME on the
right.
I'm assigning to ramiro because he said I was going to file a bug against it,
and he knows where the leaks are.
Reporter | ||
Comment 1•25 years ago
|
||
Adding peterl to the CC because he's the style god...and bruce 'cause he's the
leakmaster.
It seems to have something to do with loading content in an IFRAME.
another good test is to go to http://www.mozilla.org/mailnews/purify/ and click
on one of the logs - these are VERY large (4-5Megs) so they take a long time to
load, but they're worth it.
Once loaded, do a search for any function or fraction thereof. the search will
also take a long time, but on Linux the process grows by about 1 meg ever 1-2
seconds during the search...during one search I leaked about 60 Megs!
Updated•25 years ago
|
Assignee: ramiro → peterl
I believe the style leaks refered to in this bug have been fixed.
Reassign to peterl for marking fixed.
Updated•25 years ago
|
Assignee: peterl → pierre
Comment 3•25 years ago
|
||
Please verify that the leaks are gone...
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Comment 4•25 years ago
|
||
It is mostly fixed. The huge leaks can't be reproduced with the 2 test cases
described here (the "Account Setup" dialog or the "mailnews/purify" page).
However we still have some small leaks (a few hundred bytes) with some form
controls, especially the drop-down list. I don't know yet whether these leaks
come from the style system or from the widget itself. Anyhow, the bug isn't as
critical as it was.
Updated•25 years ago
|
Summary: Style leaks → Drop-down list leaks
Comment 5•25 years ago
|
||
To reproduce, go to a bug page like this one and click on one of the popup menus.
Comment 6•25 years ago
|
||
Pushing my M15 bugs to M16
Updated•25 years ago
|
Summary: Drop-down list leaks → MLK: Drop-down list leaks
Comment 7•25 years ago
|
||
Block-moved memory leaks to attinasi
Assignee: pierre → attinasi
Status: ASSIGNED → NEW
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•25 years ago
|
||
I cannot duplicate this, it must have been fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 9•25 years ago
|
||
Mark or alecf@netscape.com:
I am unable to verify leaks. Could one of you please marked this as verified?
Thanks
Whiteboard: 4/24: requested verification by reporter or assigned eng.
Comment 11•24 years ago
|
||
No response from reporter. Verifying bug fixed. Please reopen if there still is
a problem
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•