https://bugzilla.novell.com/show_bug.cgi?id=680125 https://bugzilla.novell.com/show_bug.cgi?id=680125#c3 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matz@novell.com AssignedTo|matz@novell.com |pbaudis@novell.com Severity|Major |Critical --- Comment #3 from Michael Matz <matz@novell.com> 2011-03-16 16:57:44 UTC --- Some libraries are expected to not be unloaded, they will have the NODELETE flag set, e.g.: % readelf -d /usr/lib64/librt.so | grep DEL 0x000000006ffffffb (FLAGS_1) Flags: NODELETE But indeed many of the other libs in your example should be able to be unloaded. E.g. libcurl.so. Indeed on a 11.3 they still were unloaded. Petr? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.