[Bug dynamic-link/14577] dlopen does not unload failed module - second dlopen succeeds
ossman at cendio dot se
sourceware-bugzilla@sourceware.org
Fri Sep 14 10:11:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14577
--- Comment #2 from Pierre Ossman <ossman at cendio dot se> 2012-09-14 10:11:22 UTC ---
Problem identified. The so file confusing glibc is marked as NODELETE, which
messes with the unloading. So the fix should probably be to make sure NODELETE
isn't respected for files that haven't been fully loaded yet.
--
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.
More information about the Glibc-bugs
mailing list