[Bug gold/27182] New: gold: sporadic crashes when threads are enabled

2021-01-14 Thread jeanmichael.celerier at gmail dot com
Component: gold Assignee: ccoutant at gmail dot com Reporter: jeanmichael.celerier at gmail dot com CC: ian at airs dot com Target Milestone: --- Hello, here is the situation: $ pwd /home/jcelerier/perso/build-static/tests/static/foo=bar/CMakeFiles

[Bug gold/23646] gold segfault when using --threads

2019-02-20 Thread jeanmichael.celerier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 --- Comment #7 from Jean-Michaël Celerier --- Created attachment 11634 --> https://sourceware.org/bugzilla/attachment.cgi?id=11634&action=edit Requested recordings Here are the recordings, I did one without threads (which does not crash) an

[Bug gold/23646] gold segfault when using --threads

2019-02-20 Thread jeanmichael.celerier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 --- Comment #5 from Jean-Michaël Celerier --- Still crashes for me with the same binutils version. It works without LTO. I use g++ 8.2.1 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/23646] gold segfault when using --threads

2018-09-13 Thread jeanmichael.celerier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 --- Comment #3 from Jean-Michaël Celerier --- also, if it can be useful : gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper Target: x86_64-pc-linux-gnu

[Bug gold/23646] gold segfault when using --threads

2018-09-13 Thread jeanmichael.celerier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 --- Comment #2 from Jean-Michaël Celerier --- I added a source file where I removed all the code until I didn't get the segfault anymore. The culprit (code-wise) is the last line (line 67158): template T handle::cast() const { return py

[Bug gold/23646] gold segfault when using --threads

2018-09-13 Thread jeanmichael.celerier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23646 --- Comment #1 from Jean-Michaël Celerier --- Created attachment 11240 --> https://sourceware.org/bugzilla/attachment.cgi?id=11240&action=edit better source file -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/23646] New: gold segfault when using --threads

2018-09-13 Thread jeanmichael.celerier at gmail dot com
Assignee: ccoutant at gmail dot com Reporter: jeanmichael.celerier at gmail dot com CC: ian at airs dot com Target Milestone: --- Created attachment 11239 --> https://sourceware.org/bugzilla/attachment.cgi?id=11239&action=edit source file which exhib