[Bug librt/20489] timer_create in compatibility mode on a 64bit big-endian system segfaults

fweimer at redhat dot com sourceware-bugzilla@sourceware.org
Mon Aug 22 14:08:00 GMT 2016


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.


More information about the Glibc-bugs mailing list