Inconsistency detected by ld.so

Umesh Kalappa umesh.kalappa0@gmail.com
Thu Aug 31 09:53:00 GMT 2017


Hi All ,

We build the test.so shared lib with "-z nodelete" and show below issue

open("/pkg/lib64/test.so", O_RDONLY) = -1 ENOENT (No such file or directory)

stat("/pkg/lib64", 0x7ffff6a1aad0) = -1 ENOENT (No such file or directory)

writev(2, [{"I
:"..., 33}, {"dl-open.c", 9}, {": ", 2}, {"583", 3}, {": ", 2},
{"_dl_open", 8}, {": ", 2}, {"Assertion `", 11},
{"_dl_debug_initialize (0, args.ns"..., 61}, {"' failed!\n", 10}], 10)
= 141


if we remove  "-z nodelete" option in the building the lib(test.so)
,ld.so able to load the lib .


Any suggestions here ,why ld.so failed to load with "-z nodelete" ?


Thank you
~Umeh



More information about the Binutils mailing list