I'm having trouble with gdb and loading debugging information from shared libraries.
The error I get when running from within gdb is:
>>run
Error while mapping shared library sections: libhmmm.so: Success.
....
....
>>break container_main
Error cannot access memory at 0x9f18
The shared library in question exists and is located in the same directory, it contains debugging information and is not stripped. The application works as expected.
When issuing info sharedlibrary from within gdb all shared libraries are listen but the from and to data is missing for the shared library in question.
Searched but haven't found any solution.
Edited 8/9/2010: The information given on the following page is a god documentation of what it looks like: http://www.infoqu.com/dev/c-programming/gdb-53-error-while-mapping-shared-library-sections-55748-1/
/Kristofer