Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Issue 1154733002: Oilpan: Unpoison orphaned large objects before zapping (Closed)

Created:
5 years, 7 months ago by haraken
Modified:
5 years, 7 months ago
Reviewers:
oilpan-reviews, keishi, sof
CC:
blink-reviews, oilpan-reviews, kouhei+heap_chromium.org, Mads Ager (chromium)
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Unpoison orphaned large objects before zapping To zap orphaned large objects, we need to unpoison the area. Otherwise ASan detects the error, although it seems there has been no orphaned large objects so far (by accident). We're already doing that for orphaned normal pages. This CL also adds a couple of ASSERTs that would be helpful. BUG=420515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195782

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -7 lines) Patch
M Source/platform/heap/Heap.cpp View 1 2 5 chunks +17 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
haraken
PTAL
5 years, 7 months ago (2015-05-22 02:17:19 UTC) #2
sof
https://codereview.chromium.org/1154733002/diff/20001/Source/platform/heap/Heap.cpp File Source/platform/heap/Heap.cpp (left): https://codereview.chromium.org/1154733002/diff/20001/Source/platform/heap/Heap.cpp#oldcode1491 Source/platform/heap/Heap.cpp:1491: BasePage::markOrphaned(); Why isn't it re-poisoned afterwards? https://codereview.chromium.org/1154733002/diff/20001/Source/platform/heap/Heap.cpp File Source/platform/heap/Heap.cpp ...
5 years, 7 months ago (2015-05-22 05:42:07 UTC) #4
haraken
> https://codereview.chromium.org/1154733002/diff/20001/Source/platform/heap/Heap.cpp > File Source/platform/heap/Heap.cpp (left): > > https://codereview.chromium.org/1154733002/diff/20001/Source/platform/heap/Heap.cpp#oldcode1491 > Source/platform/heap/Heap.cpp:1491: BasePage::markOrphaned(); > Why isn't ...
5 years, 7 months ago (2015-05-22 10:18:25 UTC) #5
sof
lgtm
5 years, 7 months ago (2015-05-22 10:49:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154733002/40001
5 years, 7 months ago (2015-05-22 11:12:22 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://src.chromium.org/viewvc/blink?view=rev&revision=195782
5 years, 7 months ago (2015-05-22 12:25:12 UTC) #9
sof
5 years, 7 months ago (2015-05-22 13:01:59 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/1146393004/ by sigbjornf@opera.com.

The reason for reverting is: Broke ASAN compilation,


http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20ASAN/bu....

Powered by Google App Engine
This is Rietveld 408576698