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 nptl/21501] get-dynamic-info assertion incorrectly triggered for i686 on x86_64 : 'Assertion `info[DT_RPATH] == NULL' failed!'


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

--- Comment #7 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Jason Vas Dias from comment #0)
> This did not happen when building glibc-2.24 in an identical way, for i686
> (Intel Atom) on an x86_64 (Haswell) :
> 
>   $ ./ld.so --list /tmp/hello32
> Inconsistency detected by ld.so: get-dynamic-info.h: 143:
> elf_get_dynamic_info: Assertion `info[DT_RPATH] == NULL' failed!

Is this from the elf/ subdirectory in a build tree?  Please try:

$ ./ld.so --library-path .. --list /bin/true

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