New issue
Advanced search Search tips

Issue 665789 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: ----
Type: ----



Sign in to add a comment

compile failure on chromium.chrome/Google Chrome Win

Project Member Reported by horo@chromium.org, Nov 16 2016

Issue description

compile failure on chromium.chrome/Google Chrome Win

Type: build-failure

Builders failed on: 
- Google Chrome Win: 
  https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win


C:/b/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False link.exe /nologo /IMPLIB:./chrome.dll.lib /DLL /OUT:./chrome.dll /PDB:./chrome.dll.pdb @./chrome.dll.rsp
obj/third_party/WebKit/Source/core/svg/svg.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x403139FE
[36457/36472] LINK(DLL) chrome_child.dll chrome_child.dll.lib chrome_child.dll.pdb
FAILED: chrome_child.dll chrome_child.dll.lib chrome_child.dll.pdb 
C:/b/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False link.exe /nologo /IMPLIB:./chrome_child.dll.lib /DLL /OUT:./chrome_child.dll /PDB:./chrome_child.dll.pdb @./chrome_child.dll.rsp
obj/third_party/WebKit/Source/core/svg/svg.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x403139FE
ninja: build stopped: subcommand failed.


 

Comment 1 by horo@chromium.org, Nov 16 2016

Created a CL to set split_count=5 on Windows official builds.
https://codereview.chromium.org/2502303002/
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 16 2016

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

commit 9346041a9cb101af2fe7c8710cdf8e1ec83f9548
Author: horo <horo@chromium.org>
Date: Wed Nov 16 13:50:41 2016

Set split_count=5 on Windows official builds for third_party/WebKit/Source/core/svg/svg.lib

BUG= 665789 
TBR=dcheng@chromium.org

Review-Url: https://codereview.chromium.org/2502303002
Cr-Commit-Position: refs/heads/master@{#432475}

[modify] https://crrev.com/9346041a9cb101af2fe7c8710cdf8e1ec83f9548/third_party/WebKit/Source/core/svg/BUILD.gn

Owner: horo@chromium.org
Status: Assigned (was: Available)
Cc: scottmg@chromium.org
+scottmg FYI

Sign in to add a comment