Bug 136743 - bmalloc: eager scavenge leaves behind a bogus allocator
Summary: bmalloc: eager scavenge leaves behind a bogus allocator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 09:07 PDT by Geoffrey Garen
Modified: 2014-09-11 12:05 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.46 KB, patch)
2014-09-11 09:09 PDT, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2014-09-11 09:07:27 PDT
bmalloc: eager scavenge leaves behind a bogus allocator
Comment 1 Geoffrey Garen 2014-09-11 09:09:56 PDT
Created attachment 237955 [details]
Patch
Comment 2 Sam Weinig 2014-09-11 12:04:47 PDT
Comment on attachment 237955 [details]
Patch

Looks good, though it would be good to add a test case and rename log() to something that implies it adds it to the "to-be-freed" list.
Comment 3 Geoffrey Garen 2014-09-11 12:05:55 PDT
Committed r173524: <http://trac.webkit.org/changeset/173524>