This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/13967] Segmentation fault in elf_dynamic_do_Rela at do-rel.h:144


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #6 from Rich Felker <bugdal at aerifal dot cx> 2012-04-10 20:39:35 UTC ---
What's a shame is that this whole issue (and firefox's whole startup slowness)
arises from the fact that they refuse to link their program correctly. They
have some 10-20 .so files which are (1) always loaded, and (2) only used by a
single program, so the obvious solution is to do away with the .so files and
link everything into the firefox binary...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]