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

Issue 2250263002: Fix ASAN canary crashes. (Closed)

Created:
4 years, 4 months ago by ananta
Modified:
4 years, 4 months ago
Reviewers:
robertshield, sky, scottmg
CC:
chromium-reviews, sadrul, grt+watch_chromium.org, jam, wfh+watch_chromium.org, pennymac+watch_chromium.org, darin-cc_chromium.org, caitkp+watch_chromium.org, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix ASAN canary crashes. The ASAN startup code now uses an exported function GetUploadsEnabled from chrome_elf to determine whether uploads are enabled. Additionally we don't link with crashpad/app in chrome.exe. chrome.exe now links with the new library target crashpad/run_as_crashpad_handler. The ASAN kasko code today gets exported crash functions from the exe, which won't work correctly due to crashpad having moved to chrome_elf.dll. This needs to be fixed for ASAN crashes to be reported correctly. BUG=638370, 604923 Committed: https://crrev.com/4bb92a6392a2f8bdc5c6c1319690800748870f1c Cr-Commit-Position: refs/heads/master@{#412405}

Patch Set 1 #

Patch Set 2 : Add ananta and scottmg to owners for main_loader_dll_win.cc and chrome_crash_reporter_client_win.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -9 lines) Patch
M chrome/BUILD.gn View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/app/OWNERS View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/app/main_dll_loader_win.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M chrome/installer/setup/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome_elf/chrome_elf_main.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/crash/content/app/BUILD.gn View 2 chunks +16 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (14 generated)
ananta
4 years, 4 months ago (2016-08-16 22:59:21 UTC) #2
scottmg
(wrote together, over the shoulder lgtm)
4 years, 4 months ago (2016-08-16 23:00:18 UTC) #5
ananta
+sky for chrome owners stamp
4 years, 4 months ago (2016-08-16 23:00:54 UTC) #7
sky
Can you include in this patch update OWNERS to add yourself (and probably scottmg as ...
4 years, 4 months ago (2016-08-16 23:11:14 UTC) #9
ananta
On 2016/08/16 23:11:14, sky wrote: > Can you include in this patch update OWNERS to ...
4 years, 4 months ago (2016-08-16 23:27:23 UTC) #10
ananta
4 years, 4 months ago (2016-08-16 23:27:41 UTC) #12
sky
LGTM
4 years, 4 months ago (2016-08-16 23:42:17 UTC) #15
robertshield
lgtm
4 years, 4 months ago (2016-08-17 00:30:02 UTC) #18
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/2250263002/20001
4 years, 4 months ago (2016-08-17 00:58:10 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-17 01:03:26 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 01:05:00 UTC) #25
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4bb92a6392a2f8bdc5c6c1319690800748870f1c
Cr-Commit-Position: refs/heads/master@{#412405}

Powered by Google App Engine
This is Rietveld 408576698