[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388 --- Comment #4 from igor.polov...@gmail.com --- I have no X server installed. Console based system. 16Gb RAM. 8Gb swap. RAM is more then enough installed for text based configuration. While compilation RAM usage is not grow to 70%. I

[Bug 250702] c++filt crashes on a particular symbol

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #7 from Dimitry Andric --- It's pretty interesting, when I use this simple little demangle.cpp program: #include #include #include static char *demangle_buf; static size_t demangle_size = 2 * 1024; static void

[Bug 250702] c++filt crashes on a particular symbol

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #8 from Dimitry Andric --- The simple case, e.g. '_ZZ5func1vENK3$_0clEv' has regressed with https://sourceforge.net/p/elftoolchain/code/3531/ ("libelftc: revamped demangler support for function return type"), aka

[Bug 250702] c++filt crashes on a symbol representing a C++ lambda function

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 Yuri Victorovich changed: What|Removed |Added Summary|c++filt crashes on a|c++filt crashes on a symbol

[Bug 250702] c++filt crashes on a particular symbol

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #11 from Dimitry Andric --- (In reply to Yuri Victorovich from comment #10) > Just to make sure: does it only fix the assert, or does it also make c++filt > to decode the symbol correctly? So far I've only been fixing

[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388 --- Comment #5 from igor.polov...@gmail.com --- FreeBSD 12.2-RC3 compiled successfully with multithread make options (-j4) This is a bug in releng/12.1 sources config files are the same for releng/12.1 and for releng/12.2 -- You are

[Bug 250783] ld segmentation fault

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783 --- Comment #4 from Nick Venenga --- (gdb) bt #0 0x0125e9b2 in enqueue () at /usr/src/contrib/llvm-project/lld/ELF/MarkLive.cpp:194 #1 resolveReloc, true> const> () at

[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388 igor.polov...@gmail.com changed: What|Removed |Added Resolution|Not A Bug |---

[Bug 250702] c++filt crashes on a particular symbol

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #9 from Dimitry Andric --- The assertion failure has also been reported by other people: https://sourceforge.net/p/elftoolchain/tickets/581/ I have a fix locally for this particular error, which I'm going to submit on that

[Bug 250702] c++filt crashes on a symbol representing a C++ lambda function

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #12 from Yuri Victorovich --- Here is another symbol that causes the assertion: _ZZN10half_float6detail15half2float_implEjfNSt3__117integral_constantIbLb114exponent_table (from the object file

[Bug 250783] ld segmentation fault

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783 Dimitry Andric changed: What|Removed |Added CC||d...@freebsd.org --- Comment #2

[Bug 250702] c++filt crashes on a particular symbol

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #10 from Yuri Victorovich --- (In reply to Dimitry Andric from comment #9) > I have a fix locally for this particular error, which I'm going to submit on > that sourceforge ticket. Just to make sure: does it only fix the

[Bug 250783] ld segmentation fault

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783 --- Comment #5 from Nick Venenga --- I tried the FreeBSD 13.0 VM # cargo rustc --bin maturin --manifest-path Cargo.toml \-- -C link-arg=-s Compiling maturin v0.8.3 (/root/maturin) error: linking with `cc` failed:

Problem reports for toolch...@freebsd.org that need special attention

2020-11-01 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and

[Bug 250702] c++filt crashes on a symbol representing a C++ lambda function

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250702 --- Comment #13 from Yuri Victorovich --- On this testcase c++filt doesn't assert but doesn't decode the symbol either:

[Bug 250783] ld segmentation fault

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783 --- Comment #3 from Nick Venenga --- error: linking with `cc` failed: exit code: 254 | = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib"

[Bug 250783] ld segmentation fault

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

[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

2020-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388 Kubilay Kocak changed: What|Removed |Added Severity|Affects Only Me |Affects Some People