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

Issue 1512463003: win: Get Kasko crash keys from Crashpad instead of Breakpad (Closed)

Created:
5 years ago by scottmg
Modified:
5 years ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, sadrul, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

win: Get Kasko crash keys from Crashpad instead of Breakpad TBR=siggi BUG=567781, 546288, 564329 Committed: https://crrev.com/c29d37e88ecef8d0b9d9fc26c84b79ca6e1f841b Cr-Commit-Position: refs/heads/master@{#365352}

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove unnecessary initialization #

Total comments: 7

Patch Set 3 : . #

Patch Set 4 : unnecessary includes #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -34 lines) Patch
M chrome/app/kasko_client.cc View 1 2 3 2 chunks +8 lines, -24 lines 0 comments Download
M chrome/app/main_dll_loader_win.cc View 1 2 2 chunks +0 lines, -10 lines 0 comments Download
A components/crash/DEPS View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M components/crash/content/app/crashpad.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M components/crash/content/app/crashpad.cc View 1 2 3 4 5 1 chunk +19 lines, -0 lines 4 comments Download

Messages

Total messages: 44 (15 generated)
scottmg
I built a Release syzyasan with GYP_DEFINES=syzyasan=1 win_z7=0 chromium_win_pch=0. Can you suggest a way to ...
5 years ago (2015-12-08 20:51:52 UTC) #4
chrisha
I'd just focus on a unittest of SetCrashKeyValueImpl and GetKaskoCrashKeys. Assuming those functions work as ...
5 years ago (2015-12-08 21:07:57 UTC) #6
scottmg
On 2015/12/08 21:07:57, chrisha wrote: > I'd just focus on a unittest of SetCrashKeyValueImpl and ...
5 years ago (2015-12-08 22:16:28 UTC) #7
scottmg
https://codereview.chromium.org/1512463003/diff/20001/components/crash/content/app/crashpad.h File components/crash/content/app/crashpad.h (right): https://codereview.chromium.org/1512463003/diff/20001/components/crash/content/app/crashpad.h#newcode75 components/crash/content/app/crashpad.h:75: std::vector<std::pair<std::string, std::string>> GetCrashKeys(); On 2015/12/08 21:07:57, chrisha wrote: > ...
5 years ago (2015-12-08 22:16:44 UTC) #8
chrisha
On 2015/12/08 22:16:28, scottmg wrote: > Oh! Is there a broken bot somewhere then? It ...
5 years ago (2015-12-10 13:57:31 UTC) #9
chrisha
On 2015/12/10 13:57:31, chrisha wrote: > On 2015/12/08 22:16:28, scottmg wrote: > > Oh! Is ...
5 years ago (2015-12-10 22:41:17 UTC) #10
Mark Mentovai
https://codereview.chromium.org/1512463003/diff/20001/chrome/app/kasko_client.cc File chrome/app/kasko_client.cc (right): https://codereview.chromium.org/1512463003/diff/20001/chrome/app/kasko_client.cc#newcode38 chrome/app/kasko_client.cc:38: wcscpy_s(kv.name, arraysize(kv.name), OK to clear instead of truncate if ...
5 years ago (2015-12-10 23:35:56 UTC) #11
scottmg
Sorry for the delay (caught the Kindergarten Children Winter Plague last week). I switched to ...
5 years ago (2015-12-14 21:18:30 UTC) #13
scottmg
On 2015/12/14 21:18:30, scottmg (out) wrote: > Sorry for the delay (caught the Kindergarten Children ...
5 years ago (2015-12-14 21:56:20 UTC) #14
chrisha
Just to double check: you're using a Chrome branded, non-component, release build? On Mon, 14 ...
5 years ago (2015-12-14 22:21:27 UTC) #15
chrisha
And you also need to rebase to grab these 2 CLs too: https://crrev.com/6c1ee213efd0a1cb2268bf8b922cf78bb2fe93e0 https://crrev.com/84dbacb55d840c4e595fa32872347b2022433b0d On ...
5 years ago (2015-12-14 22:22:41 UTC) #16
scottmg
On 2015/12/14 22:21:27, chrisha wrote: > Just to double check: you're using a Chrome branded, ...
5 years ago (2015-12-14 22:24:02 UTC) #17
scottmg
On 2015/12/14 21:56:20, scottmg (out) wrote: > On 2015/12/14 21:18:30, scottmg (out) wrote: > > ...
5 years ago (2015-12-14 22:44:50 UTC) #18
scottmg
> I guess maybe the duplication ptype/pid? After fixing the duplication (oops, ps#6), I still ...
5 years ago (2015-12-14 23:00:01 UTC) #19
scottmg
After rebasing, this works as expected with Chris's integration test: d:\src\cr3\src>python chrome\test\kasko\kasko_integration_test.py --chrome-dir out\release INFO:kasko_integration_test.py:Waiting ...
5 years ago (2015-12-15 16:50:18 UTC) #20
Mark Mentovai
LGTM from my perspective. https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc File components/crash/content/app/crashpad.cc (right): https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc#newcode250 components/crash/content/app/crashpad.cc:250: for (;;) { I like ...
5 years ago (2015-12-15 18:19:34 UTC) #21
scottmg
https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc File components/crash/content/app/crashpad.cc (right): https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc#newcode250 components/crash/content/app/crashpad.cc:250: for (;;) { On 2015/12/15 18:19:34, Mark Mentovai wrote: ...
5 years ago (2015-12-15 18:37:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1512463003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1512463003/120001
5 years ago (2015-12-15 18:57:25 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/129118)
5 years ago (2015-12-15 19:27:36 UTC) #26
scottmg
Oops, +grt for chrome/app owners.
5 years ago (2015-12-15 19:45:59 UTC) #28
grt (UTC plus 2)
rubberstamp lgtm with an optional suggestion that you're welcome to disregard. https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc File components/crash/content/app/crashpad.cc (right): ...
5 years ago (2015-12-15 20:12:36 UTC) #29
scottmg
https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc File components/crash/content/app/crashpad.cc (right): https://codereview.chromium.org/1512463003/diff/120001/components/crash/content/app/crashpad.cc#newcode250 components/crash/content/app/crashpad.cc:250: for (;;) { On 2015/12/15 20:12:36, grt wrote: > ...
5 years ago (2015-12-15 20:20:01 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1512463003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1512463003/120001
5 years ago (2015-12-15 20:22:14 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/129166)
5 years ago (2015-12-15 20:54:28 UTC) #34
scottmg
Meh, I dunno who it wants. tbr siggi for DEPS modification I guess.
5 years ago (2015-12-15 21:32:32 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1512463003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1512463003/120001
5 years ago (2015-12-15 21:37:19 UTC) #38
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years ago (2015-12-15 22:07:36 UTC) #40
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/c29d37e88ecef8d0b9d9fc26c84b79ca6e1f841b Cr-Commit-Position: refs/heads/master@{#365352}
5 years ago (2015-12-15 22:08:18 UTC) #42
Sigurður Ásgeirsson
5 years ago (2015-12-17 20:30:02 UTC) #44
Message was sent while issue was closed.
Hey guys,

this is not lgtm - as this makes a copy of the crash keys at a point in time.
This is now blocking Patrick from shipping a build to grab hang dumps.
Can we please do ask I asked and keep a dupe copy of the keys for now?

Powered by Google App Engine
This is Rietveld 408576698