Hello, When debugging the memory leaks of an application which dlopen()s some shared objects with valgrind, the backtraces show some unresolved symbols at exit time, located in those plugins. This is very likely because dl_cleanup() is registered as a destructor. It would make more sense to me if this behaviour was optional. Is there any particular reason (other than "noone did it") why this isn't so ?
-- Richard Braun _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
