Bug 81321

Summary: Calculation bug of total memory utilized in copied space
Product: WebKit Reporter: Hojong Han <hojong.han>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: barraclough, fpizlo, ggaren, mhahnenberg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Hojong Han
Reported 2012-03-16 02:14:40 PDT
m_totalMemoryUtilized has an overflowed value. m_totalMemoryUtilized should be calculated with the used size of copied block. It would be reproduced when running V8 benchmark twice.
Attachments
Patch (1.48 KB, patch)
2012-03-16 02:20 PDT, Hojong Han
no flags
Hojong Han
Comment 1 2012-03-16 02:20:02 PDT
Geoffrey Garen
Comment 2 2012-03-16 11:04:13 PDT
Mark is fixing a related bug by removing this code entirely. I can't seem to find the bug # right now, though. Mark, do you have it?
Mark Hahnenberg
Comment 3 2012-03-16 13:08:46 PDT
*** This bug has been marked as a duplicate of bug 80705 ***
Hojong Han
Comment 4 2012-03-16 18:19:53 PDT
Thanks. This bug prevents GC from working properly so that I have many crashes related to it. Mark's more sophiscated patch will help me. :)
Eric Seidel (no email)
Comment 5 2012-03-20 00:57:05 PDT
Comment on attachment 132231 [details] Patch Cleared review? from attachment 132231 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.