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

Issue 1039043002: Add base::TerminateBecauseOutOfMemory (Closed)

Created:
5 years, 9 months ago by Vitaly Buka (NO REVIEWS)
Modified:
5 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org, erikwright+watch_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add base::TerminateBecauseOutOfMemory base::TerminateBecauseOutOfMemory will call base::::OnNoMemory which is classified by breakpad server as OOM crash. We have a lot of variations of crashes which are expected OOM crashes. Combining them into one class of crashes helps to discard them triaging crashes. BUG=429763, 460995 Committed: https://crrev.com/06c8318ea6fe05cdbc7a1f75e136c6af32b5a494 Cr-Commit-Position: refs/heads/master@{#322621}

Patch Set 1 #

Patch Set 2 : Thu Mar 26 16:12:29 PDT 2015 #

Total comments: 7

Patch Set 3 : Thu Mar 26 23:25:00 PDT 2015 #

Patch Set 4 : Thu Mar 26 23:31:38 PDT 2015 #

Total comments: 2

Patch Set 5 : Fri Mar 27 10:36:24 PDT 2015 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -20 lines) Patch
M base/process/memory.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M base/process/memory.cc View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M content/child/child_discardable_shared_memory_manager.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M content/child/child_shared_bitmap_manager.cc View 1 2 3 4 chunks +10 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
Vitaly Buka (NO REVIEWS)
ptal
5 years, 9 months ago (2015-03-26 23:29:20 UTC) #3
Vitaly Buka (NO REVIEWS)
5 years, 9 months ago (2015-03-26 23:30:22 UTC) #5
jbauman
lgtm
5 years, 9 months ago (2015-03-26 23:33:45 UTC) #6
reveman
https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc File base/process/memory.cc (right): https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc#newcode14 base/process/memory.cc:14: NOINLINE void OnNoMemory() { We seem to have different ...
5 years, 9 months ago (2015-03-27 05:05:20 UTC) #7
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc File base/process/memory.cc (right): https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc#newcode14 base/process/memory.cc:14: NOINLINE void OnNoMemory() { On 2015/03/27 05:05:20, reveman wrote: ...
5 years, 9 months ago (2015-03-27 06:29:17 UTC) #8
reveman
lgtm https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc File base/process/memory.cc (right): https://codereview.chromium.org/1039043002/diff/2/base/process/memory.cc#newcode14 base/process/memory.cc:14: NOINLINE void OnNoMemory() { On 2015/03/27 06:29:13, Vitaly ...
5 years, 9 months ago (2015-03-27 13:04:51 UTC) #9
jam
+mark for base ownership content lgtm if mark is fine with base. So to make ...
5 years, 9 months ago (2015-03-27 16:00:33 UTC) #11
Vitaly Buka (NO REVIEWS)
On 2015/03/27 16:00:33, jam wrote: > +mark for base ownership > > content lgtm if ...
5 years, 9 months ago (2015-03-27 16:23:13 UTC) #12
Mark Mentovai
LGTM https://codereview.chromium.org/1039043002/diff/70001/base/process/memory.cc File base/process/memory.cc (right): https://codereview.chromium.org/1039043002/diff/70001/base/process/memory.cc#newcode13 base/process/memory.cc:13: // Breakpad server already classifies base::`anonymous namespace'::OnNoMemory as ...
5 years, 9 months ago (2015-03-27 17:33:35 UTC) #13
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/1039043002/diff/70001/base/process/memory.cc File base/process/memory.cc (right): https://codereview.chromium.org/1039043002/diff/70001/base/process/memory.cc#newcode13 base/process/memory.cc:13: // Breakpad server already classifies base::`anonymous namespace'::OnNoMemory as On ...
5 years, 9 months ago (2015-03-27 17:36:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1039043002/90001
5 years, 9 months ago (2015-03-27 17:37:38 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:90001)
5 years, 9 months ago (2015-03-27 19:06:51 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 19:08:10 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/06c8318ea6fe05cdbc7a1f75e136c6af32b5a494
Cr-Commit-Position: refs/heads/master@{#322621}

Powered by Google App Engine
This is Rietveld 408576698