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

Issue 2671383002: Double variations crash key size (Closed)

Created:
3 years, 10 months ago by manzagop (departed)
Modified:
3 years, 10 months ago
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Double variations crash key size This is done by introducing a new crash key size (kHugeSize), which requires raising kLargestValueAllowed. BUG=689045 Review-Url: https://codereview.chromium.org/2671383002 Cr-Commit-Position: refs/heads/master@{#449064} Committed: https://chromium.googlesource.com/chromium/src/+/3d62ffd98b8739d42ac7cd34cd4e04be35929f62

Patch Set 1 #

Total comments: 2

Patch Set 2 : 2 more instances of the crash key #

Patch Set 3 : Increase kLargestValueAllowed and add a test #

Patch Set 4 : Format specifier issue #

Patch Set 5 : More signed/unsigned mismatches #

Patch Set 6 : Remove an expectation based on chunk size #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -9 lines) Patch
M base/debug/crash_logging.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/chrome_crash_reporter_client_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/crash_keys.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/crash/core/common/crash_keys.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/crash/core/common/crash_keys.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/crash/core/common/crash_keys_unittest.cc View 1 2 3 4 5 5 chunks +52 lines, -3 lines 0 comments Download
M ios/chrome/browser/crash_report/crash_keys.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 59 (39 generated)
manzagop (departed)
Hi, Does this make sense for a short term fix? Thanks, Pierre
3 years, 10 months ago (2017-02-06 15:05:49 UTC) #2
scottmg
I don't know, but lgtm to try. There's still multiple copies of the keys though. ...
3 years, 10 months ago (2017-02-06 15:41:23 UTC) #6
manzagop (departed)
On 2017/02/06 15:41:23, scottmg wrote: > I don't know, but lgtm to try. There's still ...
3 years, 10 months ago (2017-02-06 15:44:28 UTC) #7
Sigurður Ásgeirsson
https://codereview.chromium.org/2671383002/diff/1/components/crash/core/common/crash_keys.cc File components/crash/core/common/crash_keys.cc (right): https://codereview.chromium.org/2671383002/diff/1/components/crash/core/common/crash_keys.cc#newcode96 components/crash/core/common/crash_keys.cc:96: variations_string.reserve(kHugeSize); is it possible to test that this actually ...
3 years, 10 months ago (2017-02-06 15:44:57 UTC) #9
manzagop (departed)
I'll write a test. Looks like I'll also need to raise kLargestValueAllowed. https://codereview.chromium.org/2671383002/diff/1/components/crash/core/common/crash_keys.cc File components/crash/core/common/crash_keys.cc ...
3 years, 10 months ago (2017-02-06 16:44:19 UTC) #16
manzagop (departed)
I added some kind of test. Tell me what you think. Should we add a ...
3 years, 10 months ago (2017-02-06 17:27:37 UTC) #19
manzagop (departed)
Hi rsesek@, sdefresne@, Could you have an OWNERS' look? rsesek@: chrome\common\crash_keys.cc sdefresne@: ios\chrome\browser\crash_report\crash_keys.cc Thanks! Pierre
3 years, 10 months ago (2017-02-06 20:15:58 UTC) #34
manzagop (departed)
+sdefresne@ for realz
3 years, 10 months ago (2017-02-06 21:40:51 UTC) #38
sdefresne
ios/ lgtm
3 years, 10 months ago (2017-02-07 08:51:16 UTC) #39
Robert Sesek
LGTM
3 years, 10 months ago (2017-02-07 19:51:07 UTC) #40
manzagop (departed)
Thanks for the reviews!
3 years, 10 months ago (2017-02-07 20:28:28 UTC) #41
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/2671383002/100001
3 years, 10 months ago (2017-02-07 20:29:32 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/358749)
3 years, 10 months ago (2017-02-07 20:37:30 UTC) #46
manzagop (departed)
Hi Gab! Could you have an OWNERS's look at: base/debug/crash_logging.cc Thanks! Pierre-Antoine
3 years, 10 months ago (2017-02-08 00:02:41 UTC) #48
gab
On 2017/02/08 00:02:41, manzagop wrote: > Hi Gab! > > Could you have an OWNERS's ...
3 years, 10 months ago (2017-02-08 16:05:17 UTC) #49
manzagop (departed)
On 2017/02/08 16:05:17, gab wrote: > On 2017/02/08 00:02:41, manzagop wrote: > > Hi Gab! ...
3 years, 10 months ago (2017-02-08 16:09:33 UTC) #50
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/2671383002/100001
3 years, 10 months ago (2017-02-08 16:10:06 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/228370)
3 years, 10 months ago (2017-02-08 17:48:28 UTC) #54
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/2671383002/100001
3 years, 10 months ago (2017-02-08 18:41:50 UTC) #56
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 19:42:35 UTC) #59
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/3d62ffd98b8739d42ac7cd34cd4e...

Powered by Google App Engine
This is Rietveld 408576698