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 dynamic-link/14577] dlopen does not unload failed module - second dlopen succeeds


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.


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