Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 6.00.02
-
Fix Version/s: 6.10/00
-
Component/s: Cling, Core Libraries
-
Labels:None
-
Environment:
all
-
Development:
Description
Hi,
When doing gSystem->Load(...), the resulting library is properly listed in gInterpreter->GetSharedLibs().
When doing ".L sharedlib.so", then the library is not list in gInterpreter->GetSharedLibs().
Similarly (since the result of GetSharedLibs is only updated in TCling::Load), direct user call to dlopen are not noticed.
Cheers,
Philippe.