Open
Bug 829831
Opened 12 years ago
Updated 2 years ago
Leak if I quit while Page Info is opening
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: memory-leak)
1. Launch Firefox with XPCOM_MEM_LEAK_LOG=2
2. Press Cmd+I
3. Wait ??? milliseconds
4. Press Cmd+Q
Result: Leak nsGlobalWindow
This is obviously an edge case, so I'll just tell my fuzzer to ignore leaks involving Page Info for now.
Comment 1•9 years ago
|
||
I managed to get a leak once, though it had an nsDocument but not an nsGlobalWindow, but I wasn't able to reproduce more than once.
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•