New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628055 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

syzygy failure w/ official win GN build

Project Member Reported by dpranke@chromium.org, Jul 14 2016

Issue description

IT looks like this build is a 64-bit build ? Here's the gn args for it (according to the 'generate build files' step):
is_chrome_branded = true
is_debug = false
is_official_build = true

Shouldn't we add 'target_cpu = "x86"' to this config ? 
(iirc x64 is the default target with GN)
Owner: dpranke@chromium.org
Ack, you're right, of course. That's an easy fix ...
Which means that the problem is ultimately a variation of this syzygy issue which I reported yesterday:

https://github.com/google/syzygy/issues/47
Status: Fixed (was: Assigned)
Closing this since we reverted the change and hopefully I'll remember to specify x86 next time.

Sign in to add a comment