Closed
Bug 551631
Opened 16 years ago
Closed 15 years ago
Leak nsDocument and nsGlobalWindow with <script async>
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
|
357 bytes,
text/html
|
Details |
Steps:
1. Run a Firefox debug build with XPCOM_MEM_LEAK_LOG=2.
2. Load testcase.
3. Quit Firefox.
Result:
trace-refcnt reports leaked nsDocument, nsGlobalWindow, and many other objects.
blocking2.0: --- → ?
Comment 1•15 years ago
|
||
I think we should fix this for Firefox 4.
Assignee: nobody → peterv
blocking2.0: ? → final+
| Reporter | ||
Comment 2•15 years ago
|
||
This is the only remaining fuzz bug that causes nsDocument and nsGlobalWindow leaks. The sooner this is fixed, the sooner I can find the next large leak, and the more we can fix in time for Firefox 4.
| Reporter | ||
Comment 3•15 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•15 years ago
|
||
Flags: in-testsuite+
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•