I have been encountering the following problem for several weeks. I compile and create few c++ shared libraries (can happen with just one, so it has nothing to do with the number). I then attempt to link a program and I get the following type of segv during the link step:
collect2: ld terminated with signal 11 [Segmentation fault] /usr/bin/ld: build/x86-64.linux/gcc64/cc-g/subscribeClient.o: bad relocation section name `' It happens with both -O2 and -g compiled code (although it is a bit more frequent with -g code). In addition, usually if it happens with -O2 code then it will work fine when I compiled with -g (or vice-versa). I have produced a test case, but I don't see a way to attach it here (first time reporting a bug here - sorry if I am missing the obvious, but I did read the 'reporting guidelines' and did not see anything there either). I'm happy to attach the test case in an email so that someone can see the problem first hand. -- Summary: bad relocation section name `' Product: binutils Version: 2.16 Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: jmbnyc at gmail dot com CC: bug-binutils at gnu dot org,jmbnyc at gmail dot com GCC build triplet: GNU ld version 2.16.91.0.6 20060212 GCC host triplet: Redhat FC5: 2.6.17-1.2187_FC5 GCC target triplet: x86_64 GNU/Linux http://sourceware.org/bugzilla/show_bug.cgi?id=3307 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils