Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 17:37:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244052] Compilation world fails with "*** Signal 9"
Message-ID:  <bug-244052-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 244052
           Summary: Compilation world fails with "*** Signal 9"
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: tschweikle@gmail.com

FreeBSD fbsd13 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r357042: Fri Jan 24
01:38:31 CET 2020     root@fbsd13:/usr/obj/usr/src/amd64.amd64/sys/FBSD13=20
amd64

Kernel sources as of Feb., 11th 2020, r357761 do not compile:

llvm-tblgen -gen-disassembler  -I /usr/src/contrib/llvm-project/llvm/includ=
e -I
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc=20
 -d SparcGenDisassemblerTables.inc.d -o SparcGenDisassemblerTables.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td
llvm-tblgen -gen-instr-info  -I /usr/src/contrib/llvm-project/llvm/include =
-I
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc  -
d SparcGenInstrInfo.inc.d -o SparcGenInstrInfo.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
llvm-tblgen -gen-emitter  -I /usr/src/contrib/llvm-project/llvm/include -I
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc  -d S
parcGenMCCodeEmitter.inc.d -o SparcGenMCCodeEmitter.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
llvm-tblgen -gen-register-info  -I /usr/src/contrib/llvm-project/llvm/inclu=
de
-I /usr/src/contrib/llvm-project/llvm/lib/Target/Sparc
  -d SparcGenRegisterInfo.inc.d -o SparcGenRegisterInfo.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td=20=20=20=20=20=
=20=20=20=20=20=20
llvm-tblgen -gen-subtarget  -I /usr/src/contrib/llvm-project/llvm/include -I
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc  -d
 SparcGenSubtargetInfo.inc.d -o SparcGenSubtargetInfo.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td=20=20=20=20=20=
=20=20=20=20=20=20=20=20
llvm-tblgen -gen-asm-matcher  -I /usr/src/contrib/llvm-project/llvm/include=
 -I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d X86GenAsmMatcher.inc.=
d -o
X86GenAsmMatcher.inc  /usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86=
.td
llvm-tblgen -gen-asm-writer  -I /usr/src/contrib/llvm-project/llvm/include =
-I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d X86GenAsmWriter.inc.d=
 -o
X86GenAsmWriter.inc  /usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86.=
td
llvm-tblgen -gen-asm-writer -asmwriternum=3D1  -I
/usr/src/contrib/llvm-project/llvm/include -I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d X86GenAsmWriter1.inc.=
d -o
X86GenAsmWriter1.inc  /usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86=
.td
llvm-tblgen -gen-callingconv  -I /usr/src/contrib/llvm-project/llvm/include=
 -I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d X86GenCallingConv.inc=
.d
-o X86GenCallingConv.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86.td
llvm-tblgen -gen-dag-isel  -I /usr/src/contrib/llvm-project/llvm/include -I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d X86GenDAGISel.inc.d -o
X86GenDAGISel.inc  /usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86.td
llvm-tblgen -gen-disassembler  -I /usr/src/contrib/llvm-project/llvm/includ=
e -I
/usr/src/contrib/llvm-project/llvm/lib/Target/X86  -d
X86GenDisassemblerTables.inc.d -o X86GenDisassemblerTables.inc=20
/usr/src/contrib/llvm-project/llvm/lib/Target/X86/X86.td
*** Signal 9

Stop.
make[6]: stopped in /usr/src/lib/clang/libllvm
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/clang
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[3]: stopped in /usr/src
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Out of memory error. This is with zfs, not ufs. It does not mater how many =
ram
there is. If there are 8G it'll stop with the very same error. If I'm right=
 it
would compile with 32G ram or swap, but I do not, at the moment, have the
machine to test this ...!

--=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-244052-227>