K 10 svn:author V 3 kan K 8 svn:date V 27 2003-02-10T23:15:07.000000Z K 7 svn:log V 398 When unloading dependencies make sure they are removed from all the associated lists: remove RTLD_GLOBAL objects from global objects list; remove the parent object from dldags list of its children. Previosly we were doing that only to the top-level object OF the DAG being unloaded and all its dependencies were ignored, leading to mysterious crashes later. Submitted by: peter (partially) END