Another Linux shared library trace facility
Another Linux shared library trace facility
I previously blogged about a way to force ltrace to show some shared memory trace records that didn’t show up by default.
Where that fails to be useful, is when you don’t have a guess about what shared library the code in question lives in. I just blundered on the latracecommand that uses a Linux dynamic loader audit facility to give a complete trace of all the function-name/library-name pairs…
View On WordPress










