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

Issue 7840040: Disable PIE for dump_syms (Closed)

Created:
9 years, 3 months ago by Mark Mentovai
Modified:
9 years, 3 months ago
Reviewers:
TVL
CC:
chromium-reviews
Visibility:
Public.

Description

Disable PIE for dump_syms. The framework is too big to reliably be able to mmap it in a 32-bit process with PIE on. There may not be a big enough gap in the address space to mmap it. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100149

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -23 lines) Patch
M breakpad/breakpad.gyp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M build/common.gypi View 1 3 chunks +27 lines, -23 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Mark Mentovai
9 years, 3 months ago (2011-09-07 20:40:10 UTC) #1
TVL
lgtm
9 years, 3 months ago (2011-09-08 09:02:55 UTC) #2
Mark Mentovai
I changed the approach here. It’s much cleaner now because targets like dump_syms don’t need ...
9 years, 3 months ago (2011-09-08 14:36:07 UTC) #3
TVL
9 years, 3 months ago (2011-09-08 14:50:38 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698