bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/4923] ld exits with segmentation fault after upgrading from gcc-


From: C dot Emde at osadl dot org
Subject: [Bug ld/4923] ld exits with segmentation fault after upgrading from gcc-4.1.2-15 to gcc-4.1.2-16
Date: 14 Aug 2007 18:20:17 -0000

------- Additional Comments From C dot Emde at osadl dot org  2007-08-14 18:20 
-------
ld crashes at line 1065/1066 of emultempl/elf32.em
      t->after_write_object_contents
          = &gld${EMULATION_NAME}_write_build_id_section;
since t becomes NULL and cannot be dereferenced. After applying the 
attached patch, ld no longer crashes. This is only to harden ld against this
situation - the underlying mechanism that allows t to become NULL is not cured.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4923

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]