Totalview® for HPC Reference Guide : PART IV Platforms and Operating Systems : Chapter 10 Operating Systems : Debugging Your Program’s Dynamically Loaded Libraries : Known Limitations
Known Limitations
Dynamic library support has the following known limitations:
TotalView does not deal correctly with parallel programs that call dlopen on different libraries in different processes. TotalView requires that the processes have a uniform address space, including all shared libraries.
TotalView does not yet fully support unloading libraries (using dlclose) and then reloading them at a different address using dlopen.