[Bug gold/13442] gold screws up exception handling with --incremental flag

2014-12-08 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=13442 --- Comment #8 from Espen Grindhaug --- (In reply to Cary Coutant from comment #7) > Incremental linking deliberately disables the --eh_frame_hdr option, because > of the difficulty involved in incrementally updating it. It could be rebuilt >

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-23 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #43 from Espen Grindhaug --- Created attachment 7968 --> https://sourceware.org/bugzilla/attachment.cgi?id=7968&action=edit Possible fix for problem in comment #40 -- You are receiving this mail because: You are on the CC list

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-23 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 Espen Grindhaug changed: What|Removed |Added Attachment #7966|0 |1 is obsolete|

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-23 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #41 from Espen Grindhaug --- Created attachment 7966 --> https://sourceware.org/bugzilla/attachment.cgi?id=7966&action=edit Possible fix for asan problems in comment #39 -- You are receiving this mail because: You are on the CC

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-22 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #39 from Espen Grindhaug --- Created attachment 7963 --> https://sourceware.org/bugzilla/attachment.cgi?id=7963&action=edit 3 more problematic programs Attached is three more problematic programs. One more infinite loop, one hea

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-19 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 --- Comment #36 from Espen Grindhaug --- Created attachment 7954 --> https://sourceware.org/bugzilla/attachment.cgi?id=7954&action=edit 2 more problematic test cases (In reply to Nick Clifton from comment #35) > Hi Espen, Hi Alexander, > >

[Bug binutils/17531] readelf -a crashes on fuzzed samples

2014-11-17 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17531 Espen Grindhaug changed: What|Removed |Added CC||espen at grindhaug dot org

[Bug gold/13442] gold screws up exception handling with --incremental flag

2014-11-14 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=13442 --- Comment #6 from Espen Grindhaug --- After some further digging into libgcc and glibc (i'm no expert here!) it looks like the system expects to find the eh_frame_hdr section. As far as i can tell the problem then lies here: layout.cc:1522

[Bug gold/13442] gold screws up exception handling with --incremental flag

2014-11-12 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=13442 --- Comment #5 from Espen Grindhaug --- Comparing with and without -Wl,--incremental-full i notice that when compiling with -Wl,--incremental-full the output binary is missing the .eh_frame_hdr section. -- You are receiving this mail because

[Bug gold/13442] gold screws up exception handling with --incremental flag

2014-11-12 Thread espen at grindhaug dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=13442 espen at grindhaug dot org changed: What|Removed |Added CC||espen at grindhaug dot