I've run across a test case where I can load and run my program from the Linux command line, but
when I try to attach totalview to the running process (totalview 8.8), it is unable to attach.
The GUI says something to the effect of "unable to create process object", and the terminal log
says that it is unable to find shared library libFooBar.so.
After a lot of guessing about what might be wrong, I was able to workaround this problem
by adding additional components to the LD_LIBRARY_PATH, and launching totalview again.
Then, it was able to find the library.
Why is totalview unable to work with the same LD_LIBRARY_PATH that the C++ runtime loader uses?
Hint: I think it has something to do with automount paths.
Ben White