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

Issue 1419023008: Add RELEASE_ASSERT() for |bucket| in partitionAllocGenericFlags() (Closed)

Created:
5 years, 1 month ago by bashi
Modified:
5 years, 1 month ago
Reviewers:
haraken
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), haraken, blink-reviews, blink-reviews-wtf_chromium.org, kouhei+heap_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add RELEASE_ASSERT() for |bucket| in partitionAllocGenericFlags() To diagnose the cause of crashes on WebView. BUG=514141 Committed: https://crrev.com/e0a8f09ae45e944615cacd795a05b6243e3573e1 Cr-Commit-Position: refs/heads/master@{#358295}

Patch Set 1 #

Total comments: 2

Patch Set 2 : comments #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M third_party/WebKit/Source/wtf/PartitionAlloc.h View 1 2 1 chunk +6 lines, -0 lines 1 comment Download

Messages

Total messages: 14 (5 generated)
bashi
Haraken-san, WDYT?
5 years, 1 month ago (2015-11-06 04:14:06 UTC) #2
haraken
LGTM https://codereview.chromium.org/1419023008/diff/1/third_party/WebKit/Source/wtf/PartitionAlloc.h File third_party/WebKit/Source/wtf/PartitionAlloc.h (right): https://codereview.chromium.org/1419023008/diff/1/third_party/WebKit/Source/wtf/PartitionAlloc.h#newcode749 third_party/WebKit/Source/wtf/PartitionAlloc.h:749: RELEASE_ASSERT(bucket >= &root->buckets[0] && bucket <= &root->buckets[kGenericNumBuckets-1]); It ...
5 years, 1 month ago (2015-11-06 04:24:09 UTC) #3
bashi
https://codereview.chromium.org/1419023008/diff/1/third_party/WebKit/Source/wtf/PartitionAlloc.h File third_party/WebKit/Source/wtf/PartitionAlloc.h (right): https://codereview.chromium.org/1419023008/diff/1/third_party/WebKit/Source/wtf/PartitionAlloc.h#newcode749 third_party/WebKit/Source/wtf/PartitionAlloc.h:749: RELEASE_ASSERT(bucket >= &root->buckets[0] && bucket <= &root->buckets[kGenericNumBuckets-1]); On 2015/11/06 ...
5 years, 1 month ago (2015-11-06 04:40:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419023008/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419023008/20001
5 years, 1 month ago (2015-11-06 04:42:19 UTC) #7
bashi
https://codereview.chromium.org/1419023008/diff/40001/third_party/WebKit/Source/wtf/PartitionAlloc.h File third_party/WebKit/Source/wtf/PartitionAlloc.h (right): https://codereview.chromium.org/1419023008/diff/40001/third_party/WebKit/Source/wtf/PartitionAlloc.h#newcode749 third_party/WebKit/Source/wtf/PartitionAlloc.h:749: RELEASE_ASSERT(bucket >= &root->buckets[0] || bucket == &PartitionRootGeneric::gPagedBucket); bucket can ...
5 years, 1 month ago (2015-11-06 10:01:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419023008/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419023008/40001
5 years, 1 month ago (2015-11-06 10:02:49 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-06 10:07:09 UTC) #12
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/e0a8f09ae45e944615cacd795a05b6243e3573e1 Cr-Commit-Position: refs/heads/master@{#358295}
5 years, 1 month ago (2015-11-06 10:07:54 UTC) #13
Torne
4 years, 1 month ago (2016-10-24 13:34:58 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2444913002/ by torne@chromium.org.

The reason for reverting is: Asserts no longer necessary; the bug is due to
blink reinitialisation (which is now prevented elsewhere) not an internal
problem with PartitionAlloc..

Powered by Google App Engine
This is Rietveld 408576698