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/14831] Redirecting a library to libm.so via LD_AUDIT induces segmentation fault in _dl_profile_fixup


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

Alexander Monakov <amonakov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6727|0                           |1
        is obsolete|                            |

--- Comment #1 from Alexander Monakov <amonakov at gmail dot com> 2012-11-12 07:27:33 UTC ---
Created attachment 6728
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6728
simplified testcase

Actually, redirecting libraries via LD_AUDIT mechanism is not required to
trigger the bug. It suffices to use the minimal audit library that implements
only la_version and an executable that links to libm.so.

I'm surprised this simplified test fails. Is it covered in glibc's LD_AUDIT
tests? Does it point to an inefficiency somewhere (LD_AUDIT library is
essentially a no-op in this case, it's odd that the loader's behavior differs)?

-- 
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]