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
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
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.
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
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
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.
_
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