Closed Bug 678647 Opened 13 years ago Closed 13 years ago

memory leak? when GC+CC button is pressed a lot in about:memory

Categories

(Core :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 657032

People

(Reporter: nhirata, Unassigned)

Details

(Whiteboard: [MemShrink])

Attachments

(3 files)

1. create a new profile
2. goto about:memory
3. take a look
4. press GC+CC a lot of times... (like 50 +)
5. compare to previous

Expected: since there's not much going on other than cycle and garbage collection, it shouldn't rise much
Actual: memory leak?

Build ID : 8.0a1 (2011-08-12)
also occurs in fennec.
tracking-fennec: --- → ?
This is expected.  There are three parts to the 24MB increase:

- tjit-data and tjit-code went up, together by about 10MB.  This is bug 657032.  Not sure yet what the issue is, but if you keep doing it enough it'll eventually drop.

- stack went from 4MB to 8MB, because a 2nd one was created.  This is normal.

- urlclassifier.sqlite went up by about 10MB.  This is bug 650649.

Other changes are negligible.

BTW, when you press the buttons, the page is regenerated, which runs some JS code.  So there is more than just garbage and cycle collection going on.

Oh, also, you can just cut and paste the output of about:memory into a text box.  There's no need to grab it as a PDF.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Whiteboard: [MemShrink]
tracking-fennec: ? → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: