This is the mail archive of the libc-alpha@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]

Problem with ld : Segfault in do_lookup


Hi,


I am debugging an issue with application getting a segfault in do_lookup from ld ( in glibc-2.3.2 ).


I found the root cause to be :
One of the lib (say libA) still having the &l_searchlist of a lib (libB) which was closed using _dl_close() in its l_scope[1] !


The update of the l_scope for the faulting libA was skipped at the time of _dl_close() of the other libB since, the l_searchlist of libA was not NULL !

Is this a bug ? Has any one encountered this issue ?


Thanks,


Suzuki K P
Linux Technology Centre,
IBM Sytems & Technology Labs,
Bangalore.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]