[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-06-03 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #17 from William Pierce --- Thank you! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-06-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #16 from Nick Clifton --- Hi William, > Is it possible to back port Nick's patch to 2.34? Yes - done. > Although, if Nick's patch were backported to 2.34, would the downloads at > https://ftp.gnu.org/gnu/binutils/ be updated?

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-06-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #15 from cvs-commit at gcc dot gnu.org --- The binutils-2_34-branch branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=463ec189fe9eca199edf87cda2c31efbe850390d commit

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-28 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #14 from William Pierce --- Is it possible to back port Nick's patch to 2.34? Although, if Nick's patch were backported to 2.34, would the downloads at https://ftp.gnu.org/gnu/binutils/ be updated? Most folks building release

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0490dd41ae89e66efd8b3cee122c189a481269de commit

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-20 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #12 from William Pierce --- I just tested Alan's patch on master. Valgrind still comes back with no errors, and the game still launches just fine. I didn't look to see just how far back the memory corruption goes, but I think the

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7b958a48e1322880f23cdb0a1c35643dd27d3ddb commit

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-18 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 Nick Clifton changed: What|Removed |Added Assignee|nickc at redhat dot com|amodra at gmail dot com ---

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-18 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5e365e474b7561318ddb1a107f05cf0c002e8284 commit

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-17 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 Alan Modra changed: What|Removed |Added Last reconfirmed||2020-05-17 Ever confirmed|0

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #6 from Alan Modra --- ldmain.c:add_archive_element is where we duplicate the file name pointers: input->filename = abfd->filename; input->local_sym_name = abfd->filename; -- You are receiving this mail because: You are on

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-16 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #5 from William Pierce --- I think the repro crash in DXVK could be perturbed in a few different ways, and my previous comment was running into a few different ways it could be perturbed. The crash also doesn't repro if I run ld

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 Nick Clifton changed: What|Removed |Added Attachment #12542|0 |1 is obsolete|

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-15 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #3 from Alan Modra --- Hi Nick, if it really is the case that is->filename == is->the_bfd->filename then it looks to me that your patch isn't sufficient. You've avoided accessing is->filename for the strlen, but you'll do so a

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 Nick Clifton changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com

[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-15 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993 --- Comment #1 from William Pierce --- The files in my previous comment ran the build commands to build binutils using no extra compiler or linker flags. In this case, I actually found that I couldn't reproduce the problem! So the logs I