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 librt/20489] timer_create in compatibility mode on a 64bit big-endian system segfaults


https://sourceware.org/bugzilla/show_bug.cgi?id=20489

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #16 from Florian Weimer <fweimer at redhat dot com> ---
You do not link libtimer.so against librt.  As a result, libtimer.so contains a
non-versioned symbol reference, which is bound to a compatibility symbol.

We currently do not have good diagnostics for this issue.  I don't know yet if
this is something we can improve in binutils or in ld.so.

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