Closed
Bug 408927
Opened 18 years ago
Closed 17 years ago
test_compute_data_with_start_struct.html leaks documents
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sicking, Assigned: peterv)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
30.46 KB,
text/plain
|
Details |
running the mochitest layout/style/test/test_compute_data_with_start_struct.html leaks a whole pile of objects, including one nsDocument.
Looks like test_inherit_storage.html is leaking a similar object graph
Flags: blocking1.9?
Keywords: mlk
Whiteboard: DUPEME
I think this was previously reported in bug 393993 comment 2, but I can't find anywhere it was filed as its own bug.
Whiteboard: DUPEME
Comment 2•18 years ago
|
||
recommended owner and priority?
Comment 3•18 years ago
|
||
Actually, this is a regression from the last month or two, I think. With the XBL fix that Eli wrote I don't remember us leaking any windows/documents/docshells, and I guess I just haven't had time recently to run the tests to notice this.
Reporter | ||
Comment 4•18 years ago
|
||
Peter, would you have the cycles to look at this one?
If it is in fact a regression (dbaron didn't think it was, but he might have been thinking of the XBL bug Eli fixed) this might be a regression from the document::destroy patch. Though the only indication I'd have of that is that i'm worried about leak regressions from that patch.
Assignee: nobody → peterv
Priority: -- → P2
Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 5•18 years ago
|
||
I can't reproduce this on an OS X trunk build from today. Can anyone else reproduce this on Windows?
Comment 6•18 years ago
|
||
I can't reproduce on Linux or Windows, running all the tests in layout/style/test. Are you absolutely sure you're testing an up-to-date build?
Reporter | ||
Comment 7•18 years ago
|
||
I was definitely using an up-to-date build, but I think I might have had flashgot and/or add block plus installed.
Comment 8•18 years ago
|
||
Jonas, still seeing this?
Updated•17 years ago
|
Flags: tracking1.9+ → blocking1.9+
Comment 9•17 years ago
|
||
I can't reproduce this on OS X, either -- try the following command to quickly verify:
python runtests.py --test-path=layout/style/test --autorun --close-when-done --leak-threshold=0
Comment 10•17 years ago
|
||
Not blocking on this leak bug.
Flags: wanted1.9.0.x+
Flags: blocking1.9-
Flags: blocking1.9+
Comment 11•17 years ago
|
||
Can anyone still reproduce this? Renominate appropriately if so...
Flags: wanted1.9.0.x+ → wanted1.9.0.x-
Assignee | ||
Comment 12•17 years ago
|
||
Going to mark this WFM. Jonas: please reopen if you can reproduce.
Status: NEW → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → WORKSFORME
Comment 13•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b1pre) Gecko/20080915194703 Minefield/3.1b1pre] (home, optim default) (W2Ksp4)
No leaks with either
python runtests.py --test-path=layout/style/test/test_compute_data_with_start_struct.html --leak-threshold=0
python runtests.py --test-path=layout/style/test --autorun --close-when-done --leak-threshold=0
V.WorksForMe
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•