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

Issue 247543002: Add support for more ASAN errors generation to chrome://crash/... (Closed)

Created:
6 years, 8 months ago by Sébastien Marchand
Modified:
6 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add support for more ASAN errors generation to chrome://crash/... Adds the following crash url to chrome/chromium builds when SYZYASAN is defined (built with syzyasan=1 in GYP_DEFINES): heap-corrupted-block This allows easy validation of the instrumentation/reporting for a given build without having to track down a known/unfixed memory error. R=chrisha@chromium.org BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265942

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address Chris comments. #

Total comments: 4

Patch Set 3 : Address Chris comments - 2. #

Total comments: 2

Patch Set 4 : Address Chris nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M content/renderer/render_frame_impl.cc View 1 2 3 3 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Sébastien Marchand
PTAL. jochen@: You're not an owner for content\renderer but jamesr@ is the only owner of ...
6 years, 8 months ago (2014-04-22 15:40:04 UTC) #1
chrisha
https://codereview.chromium.org/247543002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/247543002/diff/1/content/renderer/render_frame_impl.cc#newcode207 content/renderer/render_frame_impl.cc:207: #pragma warning(disable: 4509) Comment as to what warning you ...
6 years, 8 months ago (2014-04-22 16:28:01 UTC) #2
Sébastien Marchand
Thanks, PTAnL. https://codereview.chromium.org/247543002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/247543002/diff/1/content/renderer/render_frame_impl.cc#newcode207 content/renderer/render_frame_impl.cc:207: #pragma warning(disable: 4509) On 2014/04/22 16:28:01, chrisha ...
6 years, 8 months ago (2014-04-22 17:21:43 UTC) #3
chrisha
https://codereview.chromium.org/247543002/diff/20001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/247543002/diff/20001/content/renderer/render_frame_impl.cc#newcode206 content/renderer/render_frame_impl.cc:206: // This code trigger a C4509 warning as we're ...
6 years, 8 months ago (2014-04-22 17:25:43 UTC) #4
Sébastien Marchand
Thanks, one last look ? https://codereview.chromium.org/247543002/diff/20001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/247543002/diff/20001/content/renderer/render_frame_impl.cc#newcode206 content/renderer/render_frame_impl.cc:206: // This code trigger ...
6 years, 8 months ago (2014-04-22 17:47:18 UTC) #5
chrisha
lgtm with one last nit... let me know if you can't find an owner in ...
6 years, 8 months ago (2014-04-22 17:52:20 UTC) #6
Sébastien Marchand
Thanks, I'll wait to see if jochen@ can TBR this otherwise we'll TBR it. https://codereview.chromium.org/247543002/diff/40001/content/renderer/render_frame_impl.cc ...
6 years, 8 months ago (2014-04-22 17:56:49 UTC) #7
Sébastien Marchand
I meant: I'll wait to see if jochen@ can *LGTM* this...
6 years, 8 months ago (2014-04-22 17:57:31 UTC) #8
jochen (gone - plz use gerrit)
lgtm
6 years, 8 months ago (2014-04-23 08:39:28 UTC) #9
Sébastien Marchand
The CQ bit was checked by sebmarchand@chromium.org
6 years, 8 months ago (2014-04-23 17:56:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sebmarchand@chromium.org/247543002/60001
6 years, 8 months ago (2014-04-23 17:57:03 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-23 18:34:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-23 18:34:41 UTC) #13
Sébastien Marchand
The CQ bit was checked by sebmarchand@chromium.org
6 years, 8 months ago (2014-04-23 19:10:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sebmarchand@chromium.org/247543002/60001
6 years, 8 months ago (2014-04-23 19:11:12 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-23 22:09:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 8 months ago (2014-04-23 22:09:24 UTC) #17
Sébastien Marchand
The CQ bit was checked by sebmarchand@chromium.org
6 years, 8 months ago (2014-04-24 14:37:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sebmarchand@chromium.org/247543002/60001
6 years, 8 months ago (2014-04-24 14:37:52 UTC) #19
commit-bot: I haz the power
Change committed as 265942
6 years, 8 months ago (2014-04-24 16:49:51 UTC) #20
yosin_UTC9
On 2014/04/24 16:49:51, I haz the power (commit-bot) wrote: > Change committed as 265942 Debug ...
6 years, 8 months ago (2014-04-25 01:59:55 UTC) #21
Sébastien Marchand
6 years, 8 months ago (2014-04-25 02:01:26 UTC) #22
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/250793002/ by sebmarchand@chromium.org.

The reason for reverting is: This break the debug build..

Powered by Google App Engine
This is Rietveld 408576698