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

Issue 2188293002: Correctly detect renderer crash because of CHECK failures on Mac (Closed)

Created:
4 years, 4 months ago by Xianzhu
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Correctly detect renderer crash because of CHECK failures on Mac Previously CHECK failures on Mac (SIGTRAP) were treated as TERMINATION_STATUS_NORMAL_TERMINATION and content_shell will timeout instead of printing #CRASH. We had to put TIMEOUT expectation in LayoutTests/TestExpectations for Mac for layout tests that crash because of CHECK failures. Return TERMINATION_STATUS_PROCESS_CRASHED for SIGTRAP. BTW also for SIGSYS. BUG=619153 Committed: https://crrev.com/bcb53cbb96304db38bb0a2774c26657f518e851e Cr-Commit-Position: refs/heads/master@{#408469}

Patch Set 1 #

Total comments: 2

Patch Set 2 : SIGSYS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M base/process/kill_posix.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Xianzhu
4 years, 4 months ago (2016-07-28 18:17:03 UTC) #2
Mark Mentovai
LGTM https://codereview.chromium.org/2188293002/diff/1/base/process/kill_posix.cc File base/process/kill_posix.cc (right): https://codereview.chromium.org/2188293002/diff/1/base/process/kill_posix.cc#newcode55 base/process/kill_posix.cc:55: case SIGTRAP: We should add SIGSYS too.
4 years, 4 months ago (2016-07-28 18:23:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2188293002/20001
4 years, 4 months ago (2016-07-28 18:48:11 UTC) #8
Xianzhu
https://codereview.chromium.org/2188293002/diff/1/base/process/kill_posix.cc File base/process/kill_posix.cc (right): https://codereview.chromium.org/2188293002/diff/1/base/process/kill_posix.cc#newcode55 base/process/kill_posix.cc:55: case SIGTRAP: On 2016/07/28 18:23:34, Mark Mentovai wrote: > ...
4 years, 4 months ago (2016-07-28 19:23:40 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-28 20:41:14 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 20:44:08 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bcb53cbb96304db38bb0a2774c26657f518e851e
Cr-Commit-Position: refs/heads/master@{#408469}

Powered by Google App Engine
This is Rietveld 408576698