New issue
Advanced search Search tips

Issue 801373 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 742655



Sign in to add a comment

breakpad_unittests failing on Android/ARM64 when linked with LLD

Project Member Reported by p...@chromium.org, Jan 11 2018

Issue description

https://ci.chromium.org/buildbot/tryserver.chromium.android/android_n5x_swarming_rel/338798

failures:
MinidumpWriterTest.DeletedBinary
LinuxPtraceDumperChildTest.FileIDsMatch
MinidumpWriterTest.BuildIDLong
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 12 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e510308fd30a77fd9855443294c2efa54449bb43

commit e510308fd30a77fd9855443294c2efa54449bb43
Author: Peter Collingbourne <pcc@chromium.org>
Date: Fri Jan 12 03:33:25 2018

Reduce page size from 65536 to 4096 on ARM64 when linking with LLD.

This reduces binary size slightly by shrinking the alignment gap
between segments. It also causes all segments to be mapped adjacently,
which breakpad relies on.

Bug:  801373 
Change-Id: I89f5ad308dde2fe41cea31c58c893e885001f6f6
Reviewed-on: https://chromium-review.googlesource.com/863106
Reviewed-by: agrieve <agrieve@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#528869}
[modify] https://crrev.com/e510308fd30a77fd9855443294c2efa54449bb43/build/config/compiler/BUILD.gn

Comment 2 by p...@chromium.org, Jan 12 2018

Status: Fixed (was: Started)

Sign in to add a comment