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 libc/12561] ld.so: dlclose() can remove required local scope elements of NODELETE linkmaps


http://sourceware.org/bugzilla/show_bug.cgi?id=12561

--- Comment #1 from Petr Baudis <pasky at suse dot cz> 2011-03-22 01:08:42 UTC ---
The patch takes an approach that is probably too conservative. Some common .so
like libpthread are marked NODELETE and any RTLD_LOCAL-opened .so that depends
on such will be held in memory forever. The real solution should be to rebuild
the scope for the NODELETE object.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]