Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 20:59:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232459] 12.0-STABLE buildworld fails in VMWare Fusion guest
Message-ID:  <bug-232459-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232459

            Bug ID: 232459
           Summary: 12.0-STABLE buildworld fails in VMWare Fusion guest
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: morgan@vandagriff.org
 Attachment #198380 text/plain
         mime type:

Created attachment 198380
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198380&action=
=3Dedit
Output file from crash

Crash when building 12-STABLE base r339445 from 12-ALPHA10 r339432. Previous
builds (e.g. ALPHA9 to ALPHA10) completed successfully.

Build command: make -j4 buildworld
VM Environment: 1024 MB RAM / 4 VCPU / UFS-backed
VMWare Fusion Version 11.0.0 (10120384)
Host: MacBook Pro (15-inch, 2017)

.sh file mentioned below is attached. (.cpp file was too large)


--- Transforms/IPO/Internalize.o ---
c++  -target x86_64-unknown-freebsd12.0
--sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe
-I/usr/obj/usr/src/amd64.amd64/lib/clang/libllvm
-I/usr/src/contrib/llvm/lib/Target/AArch64
-I/usr/src/contrib/llvm/lib/Target/ARM -I/usr/src/contrib/llvm/lib/Target/M=
ips
-I/usr/src/contrib/llvm/lib/Target/PowerPC
-I/usr/src/contrib/llvm/lib/Target/Sparc -I/usr/src/contrib/llvm/lib/Target=
/X86
-I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include
-DLLVM_BUILD_GLOBAL_ISEL -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\"
-DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\"
-DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_=
MIPS
-DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_SPARC
-DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=3DLLVMInitializeX86AsmPars=
er
-DLLVM_NATIVE_ASMPRINTER=3DLLVMInitializeX86AsmPrinter
-DLLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disassembler
-DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target
-DLLVM_NATIVE_TARGETINFO=3DLLVMInitializeX86TargetInfo
-DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX86TargetMC -ffunction-sections
-fdata-sections -gline-tables-only -MD -MF.depend.Transforms_IPO_Internaliz=
e.o
-MTTransforms/IPO/Internalize.o -fstack-protector-strong -Qunused-arguments=
=20
-std=3Dc++11 -fno-exceptions -fno-rtti -gline-tables-only -stdlib=3Dlibc++
-Wno-c++11-extensions  -c
/usr/src/contrib/llvm/lib/Transforms/IPO/Internalize.cpp -o
Transforms/IPO/Internalize.o
--- Target/X86/X86ISelDAGToDAG.o ---
c++: error: unable to execute command: Bus error (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM
6.0.1)
Target: x86_64-unknown-freebsd12.0
Thread model: posix
InstalledDir: /usr/bin
c++: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.freebsd.org/submit/ and include the crash backtrace, preproces=
sed
source, and associated run script.
--- Transforms/IPO/LoopExtractor.o ---
c++  -target x86_64-unknown-freebsd12.0
--sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe
-I/usr/obj/usr/src/amd64.amd64/lib/clang/libllvm
-I/usr/src/contrib/llvm/lib/Target/AArch64
-I/usr/src/contrib/llvm/lib/Target/ARM -I/usr/src/contrib/llvm/lib/Target/M=
ips
-I/usr/src/contrib/llvm/lib/Target/PowerPC
-I/usr/src/contrib/llvm/lib/Target/Sparc -I/usr/src/contrib/llvm/lib/Target=
/X86
-I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include
-DLLVM_BUILD_GLOBAL_ISEL -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\"
-DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\"
-DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_=
MIPS
-DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_SPARC
-DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=3DLLVMInitializeX86AsmPars=
er
-DLLVM_NATIVE_ASMPRINTER=3DLLVMInitializeX86AsmPrinter
-DLLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disassembler
-DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target
-DLLVM_NATIVE_TARGETINFO=3DLLVMInitializeX86TargetInfo
-DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX86TargetMC -ffunction-sections
-fdata-sections -gline-tables-only -MD
-MF.depend.Transforms_IPO_LoopExtractor.o -MTTransforms/IPO/LoopExtractor.o
-fstack-protector-strong -Qunused-arguments  -std=3Dc++11 -fno-exceptions
-fno-rtti -gline-tables-only -stdlib=3Dlibc++ -Wno-c++11-extensions  -c
/usr/src/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp -o
Transforms/IPO/LoopExtractor.o
--- Target/X86/X86ISelDAGToDAG.o ---
c++: note: diagnostic msg:=20
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/X86ISelDAGToDAG-3939da.cpp
c++: note: diagnostic msg: /tmp/X86ISelDAGToDAG-3939da.sh
c++: note: diagnostic msg:=20

********************

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232459-227>