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/20019] Program received signal SIGSEGV, Segmentation fault


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

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
Yes, the symbol version is missing:

$ eu-readelf -s libbar.so  | grep memmove
    2: 0000000000000000      0 NOTYPE  GLOBAL DEFAULT    UNDEF memmove

The static linker invocation is incorrect.  If you link in libc.so.6, the
problem goes away, “-z now” or no “-z now”.

Considering that the lack of symbol versions makes these objects very much
undefined anyway, is there anything here we need to fix in glibc 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]