[Bug 251886] clang: error: clang frontend command failed due to signal

2021-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 igor.polov...@gmail.com changed: What|Removed |Added Resolution|--- |DUPLICATE Sta

[Bug 251886] clang: error: clang frontend command failed due to signal

2021-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #17 from igor.polov...@gmail.com --- I've found cause of clang crashes and rebooting while compilation. It just was overheating of CPU when temperature of all cores raised above 70°C. Short time compilations didn't give such beha

[Bug 251886] clang: error: clang frontend command failed due to signal

2021-01-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #16 from igor.polov...@gmail.com --- New strange behaviour with LDFLAGS.lld+= -Wl,--no-threads in make.conf. clang++ -O2 -pipe -fno-common -I/usr/obj/usr/src/amd64.amd64/lib/clang/libllvm -I/usr/src/contrib/llvm-project/llvm/li

[Bug 251886] clang: error: clang frontend command failed due to signal

2021-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #15 from igor.polov...@gmail.com --- (In reply to igor.polovykh from comment #11) the same crash with rebooting system while world compilation with 32Gb RAM occurred last night. There are no any messages in console log messages

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #14 from Mark Millard --- (In reply to igor.polovykh from comment #11) It looks like no equivalent of: https://svnweb.freebsd.org/base?view=revision&revision=367101 was MFC'd to stable/12 . I wonder if such might help. There

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #13 from Mark Millard --- (In reply to Mark Millard from comment #12) I misremembered: I've looked up my most modern notes in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227609 and the aarch64 1 GiByte RAM buildworld w

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #12 from Mark Millard --- (In reply to igor.polovykh from comment #11) I do not know if you have ZFS or other sources of possibly significant memory use, depending on ZFS tuning. But I on occasion do -j4 buildworld's on machine

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #11 from igor.polov...@gmail.com --- i got sources from svn repository branch 'releng/12.2' world compiled successfully with -j4 and 32Gb RAM. Conclusion: clang utilises many RAM to build complex projects. Mark, You was right th

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #10 from igor.polov...@gmail.com --- added 16Gb RAM to server. Try to compile world with origin/stable/12 branch always get error clang -O2 -pipe -fno-common -D_XOPEN_SOURCE_EXTENDED -DENABLE_WIDEC -I. -I/usr/obj/usr/src/amd

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #9 from Mark Millard --- (In reply to igor.polovykh from comment #7) If you can repeat the failure, do you get any interesting console log messages ( /var/log/messages content ) during the build? Does top show low free RAM? Swa

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 Mark Millard changed: What|Removed |Added CC||marklmi26-f...@yahoo.com --- Commen

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #7 from igor.polov...@gmail.com --- Actually I guess it's too much for clang > 16Gb RAM to compile without X -- You are receiving this mail because: You are the assignee for the bug.

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #6 from igor.polov...@gmail.com --- Ok. I'll add maximum available RAM 32Gb and try to compile world again. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #5 from igor.polov...@gmail.com --- I use -j1 because when I try to use more then one thread to compile I had the same crashes in sudden places. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #4 from igor.polov...@gmail.com --- /etc/src.conf config is very very old and "# Apr 14 15:20:35 bvgm kernel: pid 2224 (named), uid 53, was killed: out of swap space" this record was added when i used named as DNS server. Hardw

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #3 from Brooks Davis --- Yeah, sounds like OOM given that you're low enough on memory that a relatively small process like named is getting killed. What -j flag were you using to build? -- You are receiving this mail because:

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 --- Comment #2 from igor.polov...@gmail.com --- When I run run /tmp/check_utility_compat-2e4627.sh no crash happens. 16Gb RAM installed on host and 8Gb of swap. X server is not used. Text mode. Do you think this is OOM? -- You are receivin

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 Brooks Davis changed: What|Removed |Added CC||bro...@freebsd.org --- Comment #1 f

[Bug 251886] clang: error: clang frontend command failed due to signal

2020-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251886 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|toolch...@freebsd.org -- You are r