: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: dpovey at gmail dot com
Target Milestone: ---
This problem occurs when compiling the software OpenFst version 1.5.3 on Debian
7.10 using gcc 4.7.2 and 'ld' versio
https://sourceware.org/bugzilla/show_bug.cgi?id=20317
Dan Povey changed:
What|Removed |Added
Summary|Segmentation fault in ld; |Segmentation fault in ld;
https://sourceware.org/bugzilla/show_bug.cgi?id=20317
Dan Povey changed:
What|Removed |Added
CC||dpovey at gmail dot com
--
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=20317
--- Comment #1 from Dan Povey ---
OK, I compiled binutils from source with debug, and I got it in a debugger.
The error occurs in bfd.c line 2084, in the statement
sections_being_created [shindex] = FALSE;
where shindex is 832, and it looks
https://sourceware.org/bugzilla/show_bug.cgi?id=20317
--- Comment #2 from Dan Povey ---
OK, it looks like this problem might have been resolved in more recent versions
of binutils.
>From
https://fossies.org/dox/binutils-2.26/elf_8c_source.html
I see that the code is now:
2289 if (sections_be