New issue
Advanced search Search tips

Issue 667158 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

compile failure on chromium.chrome/Google Chrome Linux x64: gold segfault

Project Member Reported by mgiuca@chromium.org, Nov 21 2016

Issue description

https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/14743

compile failure on chromium.chrome/Google Chrome Linux x64

Type: build-failure

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

[10643/28434] LINK ./mkpeephole
FAILED: mkpeephole 
../../third_party/llvm-build/Release+Asserts/bin/clang++ -pie -Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -lpthread -Wl,--as-needed -fuse-ld=gold -B../../third_party/binutils/Linux_x64/Release/bin -Wl,--threads -Wl,--thread-count=4 -Wl,--icf=all -flto -fwhole-program-vtables -Wl,-plugin-opt,O1 -Wl,-plugin-opt,-function-sections -pthread -m64 --sysroot=../../build/linux/debian_wheezy_amd64-sysroot -L/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/lib/x86_64-linux-gnu -Wl,-rpath-link=/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/lib/x86_64-linux-gnu -L/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib/x86_64-linux-gnu -Wl,-rpath-link=/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib/x86_64-linux-gnu -L/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6 -Wl,-rpath-link=/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib -Wl,-rpath-link=/b/c/b/Google_Chrome_Linux_x64/src/build/linux/debian_wheezy_amd64-sysroot/usr/lib -fsanitize=cfi-vcall -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,-O1 -Wl,--gc-sections -o "./mkpeephole" -Wl,--start-group @"./mkpeephole.rsp"  -Wl,--end-group  -ldl -lrt 
clang: error: unable to execute command: Segmentation fault
clang: error: linker command failed due to signal (use -v to see invocation)

This has only occurred once (and closed the tree). I suspect this is just a random occurrence but may be worth looking into.
 

Comment 1 by mgiuca@chromium.org, Nov 21 2016

I re-ran a build of the exact same version and it passed:
https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/14744

Comment 2 by thakis@chromium.org, Nov 21 2016

Cc: thestig@chromium.org
Owner: ----
Status: Untriaged (was: Assigned)
Summary: compile failure on chromium.chrome/Google Chrome Linux x64: gold segfault (was: compile failure on chromium.chrome/Google Chrome Linux x64: clang linker segfault)
Clang is a compiler, not a linker. It does call a linker, on Linux that linker is called gold. So this is a gold crash.  Shout if it happens again.

Comment 3 by estaab@chromium.org, Nov 21 2016

Cc: estaab@chromium.org
Components: -Infra>Platform Infra>Client>Chrome
Moving to Infra>Client>Chrome since we don't have a place for toolchain issues that I know of.
Happened again at https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/14750 in the exact same spot but other runs are green. Unfortunately I don't have time to look at this, so I'll have to stay hands off.
Labels: -Pri-2 Pri-3
Status: Available (was: Untriaged)

Sign in to add a comment