Closed
Bug 425821
Opened 17 years ago
Closed 16 years ago
Leak nsDocument with <xul:wizard>, cloneNode
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
(deleted),
application/vnd.mozilla.xul+xml
|
Details |
Steps to reproduce:
1. Run a debug build of Firefox with XPCOM_MEM_LEAK_LOG=2
2. Load the testcase.
3. Quit.
Result: trace-refcnt reports that an nsDocument has leaked, along with a total of 276895 bytes worth of instrumented objects.
The testcase is related to the testcase for bug 415192, but the testcase in bug 415192 does not trigger this leak.
Reporter | ||
Comment 1•17 years ago
|
||
It's easiest to reproduce the bug if you quit immediately after loading the testcase (without waiting).
Comment 3•16 years ago
|
||
Works for me on a Linux trunk DEBUG_CC build from yesterday.
Reporter | ||
Comment 4•16 years ago
|
||
WFM. Crashtest checked in. Along with bug 429085, seems to leak when run with -reftest, but so does everything else in content/xul/content/crashtests/ ...
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•