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

Issue 2046593002: Revert of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (Closed)

Created:
4 years, 6 months ago by Primiano Tucci (use gerrit)
Modified:
4 years, 6 months ago
Reviewers:
danakj, Nico
CC:
chromium-reviews, brettw
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (patchset #2 id:20001 of https://codereview.chromium.org/1982123002/ ) Reason for revert: Unfortunately crrev.com/1982123002 causes loss of crash reports on Android arm64 (and supposedly also CrOS). This is because __builtin_trap() raises a SIGILL on x86 and arm but SIGTRAP on arm64. Breakpad does not handle SIGTRAP (yet). Temporarily reverting this CL until SIGTRAP support for breakpad lands. BUG=599867, 614865 Original issue's description: > In official builds, let CHECK(false) crash instead of calling BreakDebugger. > > This should save some binary size and make things a bit faster, without ill > effects. > > See bug comment 15, and brettw's and my comments on > "[blink-dev] Update of wtf/Assertions.h, and ASSERT macros deprecation" > > BUG=599867 > > Committed: https://crrev.com/481a8ec8b24df24795c63fd4ec26f3670d516db8 > Cr-Commit-Position: refs/heads/master@{#394035} TBR=danakj@chromium.org,thakis@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=599867 Committed: https://crrev.com/6ff194f572f62ff4989aaadc9af6616eb78b954a Cr-Commit-Position: refs/heads/master@{#398084}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -10 lines) Patch
M base/logging.h View 1 chunk +4 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
Primiano Tucci (use gerrit)
Created Revert of In official builds, let CHECK(false) crash instead of calling BreakDebugger.
4 years, 6 months ago (2016-06-06 14:58:09 UTC) #1
Primiano Tucci (use gerrit)
4 years, 6 months ago (2016-06-06 14:58:39 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2046593002/1
4 years, 6 months ago (2016-06-06 16:17:38 UTC) #6
Nico
lgtm
4 years, 6 months ago (2016-06-06 18:03:31 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-06 18:18:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2046593002/1
4 years, 6 months ago (2016-06-06 19:07:44 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-06 19:14:01 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/6ff194f572f62ff4989aaadc9af6616eb78b954a Cr-Commit-Position: refs/heads/master@{#398084}
4 years, 6 months ago (2016-06-06 19:16:11 UTC) #15
Primiano Tucci (use gerrit)
4 years, 5 months ago (2016-07-06 17:23:46 UTC) #16
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2125923002/ by primiano@chromium.org.

The reason for reverting is: The SIGTRAP support has landed in breakpad and the
crash reports seem to flow through.
Should now be safe to rely on __builtin_trap on arm64..

Powered by Google App Engine
This is Rietveld 408576698