Closed
Bug 763126
Opened 13 years ago
Closed 11 years ago
Resize window during pagehide event → leak nsTimerImpl
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
299 bytes,
text/html
|
Details |
1. Run a debug build of Firefox with XPCOM_MEM_LEAK_LOG=2
2. Load the testcase
3. Click the button
4. Quit (close the window first or don't; doesn't matter)
Result:
> |<----------------Class--------------->|<-----Bytes------>|<----------------Objects---------------->|<--------------References-------------->|
> Per-Inst Leaked Total Rem Mean StdDev Total Rem Mean StdDev
> 0 TOTAL 33 912 502505 11 ( 3233.64 +/- 4938.81) 1106387 5 ( 2778.58 +/- 4596.54)
> 112 Mutex 24 48 409 2 ( 81.40 +/- 25.82) 0 0 ( 0.00 +/- 0.00)
> 135 ReentrantMonitor 32 32 158 1 ( 27.71 +/- 11.80) 0 0 ( 0.00 +/- 0.00)
> 682 nsStringBuffer 8 8 32166 1 ( 7576.59 +/- 3597.21) 77062 1 (13523.41 +/- 5508.78)
> 725 nsTArray_base 8 16 95534 2 (11510.40 +/- 4814.74) 0 0 ( 0.00 +/- 0.00)
> 733 nsThread 200 200 18 1 ( 7.26 +/- 3.69) 1136 1 ( 71.90 +/- 28.04)
> 737 nsTimerImpl 96 96 123 1 ( 26.09 +/- 9.52) 963 1 ( 46.12 +/- 17.45)
> 763 nsVoidArray 8 8 7934 1 ( 1849.93 +/- 978.42) 0 0 ( 0.00 +/- 0.00)
> 769 nsWebShellWindow 272 272 3 1 ( 1.80 +/- 0.84) 167 1 ( 7.14 +/- 3.41)
> 838 nsXULWindow 232 232 3 1 ( 1.80 +/- 0.84) 167 1 ( 7.14 +/- 3.41)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•