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

Issue 295103014: Build official release builds on Mac with ASAN. Not for check-in (Closed)

Created:
6 years, 7 months ago by Mark Mentovai
Modified:
6 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Visibility:
Public.

Description

Build official release builds on Mac with ASAN. Not for check-in. Abandoned

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -21 lines) Patch
M build/asan.saves View 1 chunk +0 lines, -16 lines 0 comments Download
M build/common.gypi View 2 chunks +4 lines, -5 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mark Mentovai
To avoid accidental checkin on trunk: not LGTM This change is only intended to be ...
6 years, 7 months ago (2014-05-23 21:07:02 UTC) #1
Mark Mentovai
Not LGTM
6 years, 7 months ago (2014-05-23 21:07:16 UTC) #2
Alexander Potapenko
On 2014/05/23 21:07:16, Mark Mentovai wrote: > Not LGTM Does ASAN_OPTIONS=replace_intrin=0 solve the problem with ...
6 years, 7 months ago (2014-05-27 07:32:29 UTC) #3
Mark Mentovai
Yes, that does fix it. I tried looking for documentation on what replace_intrin actually does, ...
6 years, 7 months ago (2014-05-27 12:52:26 UTC) #4
Alexander Potapenko
6 years, 6 months ago (2014-06-04 08:04:27 UTC) #5
On 2014/05/27 12:52:26, Mark Mentovai wrote:
> Yes, that does fix it.
> 
> I tried looking for documentation on what replace_intrin actually does, but
> didn’t find anything. What are the drawbacks?

This flag disables the addressability checks in memset/memcpy/memmove calls, so
we may miss some errors.

Powered by Google App Engine
This is Rietveld 408576698