[Bug 262401] [FreeBSD 14.0-CURRENT] Signal 11 when compiling i386 kernel
Date: Mon, 07 Mar 2022 16:41:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262401 Bug ID: 262401 Summary: [FreeBSD 14.0-CURRENT] Signal 11 when compiling i386 kernel Product: Base System Version: CURRENT Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: konradx.zelazny@intel.com Created attachment 232302 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232302&action=edit Kernel config file used for compilation Description: During the compilation of GENERIC i386 kernel, I observe random Singal 11 occurrences at different moments of compilation. However, usually it is possible to compile the kernel after a few retries, but it often fails at some other point of the compilation. Example log: make buildkernel KERNCONF=GENERIC (...) ld -m elf_i386_fbsd -d -warn-common --build-id=sha1 -T /usr/src/sys/conf/ldscript.kmod.i386 -r -d -o acpi_fujitsu.kld acpi_fujitsu.o *** Signal 11 Stop. make[5]: stopped in /usr/src/sys/modules/acpi/acpi_fujitsu *** Error code 1 Stop. make[4]: stopped in /usr/src/sys/modules/acpi *** Error code 1 Stop. make[3]: stopped in /usr/src/sys/modules *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/i386.i386/sys/GENERIC 952.82 real 898.11 user 122.62 sys *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src (...) Hardware: The issue was observed on 3 machines with same CPU and motherboard type, therefore damaged RAM, disk or other hardware issue can be ruled out with high probability. CPU: Cascade Lake, Xeon Type 0, Family 6, Model 85, Stepping 7 Motherboard: S2600WF (WolfPass) Kernel Sources version: 2022-Mar-03 09:53, REVISION: f266082f113 Also observed on previous src.txz snapshot. -- You are receiving this mail because: You are the assignee for the bug.