Created attachment 204578 [details] Compiler call from make buildworld which produces a c++.core After upgrading from r348059 to r348117 make buildworld fails with a compiler core dump. Rebooting with the r348059 kernel and using the r348117 world fixes this. While bisecting I learned that make buildkernel fails as well if the bug is there. Finally the change in base r348115 (review D20356) was the cause. With a r348114 kernel, the attached ARMTargetParser-5d7a90.sh generates a ARMTargetParser-5d7a90.o file. With a r348115 kernel a c++.core. The corresponding ARMTargetParser-5d7a90.cpp is to big for a attachment because it is 2.4 MB in size. Regards, Ralf
Created attachment 204587 [details] gziped source file The corresponding gziped source file is small enough to be added as attachment.
HardenedBSD is also affected.
Have you tried updating to r348128?
(In reply to Mark Johnston from comment #3) No, the crash occured first during a buildworld for a newer release than r348117. So I stopped going forward. Just tried the r348128 kernel - build with r348114 - and the compiler crash with the attached files is gone. At the moment a r348248 buildworld is past the point where the crash happend. I am closing this bug report. Thank you.