Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-07-06 Thread Timo Juhani Lindfors
Hi, I don't know what happened but the problem is now much worse: I can't link even the simplest possible program anymore if I it includes debugging symbols. Happens on both my openmoko and sheevaplug: lindi@ginger:~$ cat dummy.c int main(int argc, char *argv[]) { return 42; }

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-07-03 Thread Timo Juhani Lindfors
Hi, Hector Oron zu...@debian.org writes: Tested proposed patch and it works for me: Hmm. I tested the proposed patch but the bug still occurs: $ ld.gold -o allcodecs.so allcodecs.o /usr/bin/ld.gold.real: internal error in value_from_output_section, at ../../gold/reloc.cc:1519 $ dpkg-query -W

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-07-03 Thread Jonathan Nieder
Timo Juhani Lindfors wrote: Hmm. I tested the proposed patch but the bug still occurs: Thanks for checking. Doug Kwan wrote: | I will submit a patch later to convert to | unaligned swaps as needed. so I assume he didn't think the patch was enough, either. Still, it might be worth a comment

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-06-30 Thread Hector Oron
Hello, On Tue, May 17, 2011 at 04:40:10AM -0500, Jonathan Nieder wrote: Thanks again. I've taken the liberty of forwarding this upstream; I hope that's okay. Further discussion should probably happen there. Tested proposed patch and it works for me: --- gold/arm.cc.orig2011-06-30

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-17 Thread Jonathan Nieder
tags 616715 - moreinfo forwarded 616715 http://sourceware.org/bugzilla/show_bug.cgi?id=12771 quit Timo Juhani Lindfors wrote: Weird. Thanks again. I've taken the liberty of forwarding this upstream; I hope that's okay. Further discussion should probably happen there. -- To UNSUBSCRIBE,

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-16 Thread Jonathan Nieder
Hi, Timo Juhani Lindfors wrote: this still occurs Trying to reproduce this with binutils2.21.51.20110421-4 on a qemu-emulated versatilepb, I ran: $ unxz allcodecs.o.xz $ sha1sum allcodecs.o f7c93a9132[...]allcodecs.o $ ld.gold allcodecs.o The result was several

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-16 Thread Timo Juhani Lindfors
Jonathan Nieder jrnie...@gmail.com writes: $ ld.gold allcodecs.o Thanks for trying. I ran ld.gold -o allcodecs.so allcodecs.o, could this make a difference? No ICE, unfortunately. Any idea what I did wrong? Hmm, can you also attach full strace output? -- To UNSUBSCRIBE, email to

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-16 Thread Jonathan Nieder
Timo Juhani Lindfors wrote: Jonathan Nieder jrnie...@gmail.com writes: No ICE, unfortunately. Any idea what I did wrong? Hmm, can you also attach full strace output? Gladly. $ strace -f -o strace.out ld.gold -o allcodecs.so allcodecs.o $ xz strace.out $ strace.out.xz nc host 8088 Thanks

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-16 Thread Jonathan Nieder
Jonathan Nieder wrote: $ strace -f -o strace.out ld.gold -o allcodecs.so allcodecs.o $ xz strace.out $ strace.out.xz nc host 8088 Here's one with fewer abbreviations. $ strace -f -v -s32768 -o strace.out ld.gold -o allcodecs.so allcodecs.o $ xz strace.out $ strace.out.xz nc -w 1 host

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-16 Thread Timo Juhani Lindfors
Jonathan Nieder jrnie...@gmail.com writes: No ICE, unfortunately. Any idea what I did wrong? Weird. Real hardware (sheevaplug): === wallwart:/tmp# wget -O allcodecs.o.xz http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=allcodecs.o.xz;att=1;bug=616715;

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-15 Thread Timo Juhani Lindfors
Hi, this still occurs with binutils-gold 2.21.51.20110421-4 and causes chromium-browser to fail to build on armel using gold. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-15 Thread Jonathan Nieder
Hi, Timo Juhani Lindfors wrote: this still occurs with binutils-gold 2.21.51.20110421-4 and causes chromium-browser to fail to build on armel using gold. Could you make a simplified testcase (i.e., a collection of object files and an ld command that exhibits the problem)? -- To

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-05-15 Thread Jonathan Nieder
Jonathan Nieder wrote: Could you make a simplified testcase (i.e., a collection of object files and an ld command that exhibits the problem)? Sigh, I can't read. The testcase is allcodecs.o.xz above. Sorry about that. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-04-27 Thread Timo Juhani Lindfors
package binutils reopen 616715 thanks Matthias Klose d...@debian.org writes: Version: 2.21.51.20110419-1 works with current binutils snapshot I upgraded but the bug still occurs: wallwart:/tmp# ld.gold -o allcodecs.so allcodecs.o ld.gold: internal error in value_from_output_section, at

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-04-27 Thread Matthias Klose
tag 616715 + moreinfo thanks then please add all librarues involved. in this form it's unreproducible. On 04/27/2011 07:30 PM, Timo Juhani Lindfors wrote: package binutils reopen 616715 thanks Matthias Klosed...@debian.org writes: Version: 2.21.51.20110419-1 works with current binutils

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-04-27 Thread Timo Juhani Lindfors
Matthias Klose d...@debian.org writes: then please add all librarues involved. in this form it's unreproducible. According to strace the crash happens before any uncommon libraries are opened: wallwart:/tmp# strace -o s -s4096 -f ld.gold -o allcodecs.so allcodecs.o ld.gold: internal error in

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-03-06 Thread Timo Juhani Lindfors
Package: binutils-gold 3Version: 2.21.0.20110302-1 Severity: normal Steps to reproduce: 1) unxz allcodecs.o.xz 2) ld.gold -o allcodecs.so allcodecs.o Expected results: 2) ld.gold does not throw internal error Actual results: 2) ld.gold prints ld.gold: internal error in

Bug#616715: ld.gold: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-03-06 Thread Timo Juhani Lindfors
Sorry, forgot to actually include the testcase: allcodecs.o.xz Description: Binary data