This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to debug what I am doing wrong?


If you built systemtap against installed elfutils libraries,
you can use some installed eu-* programs to test them too.
e.g. try eu-unstrip -n -K ext4dev
If that behaves differently, then it might not be a library problem.  If it
also fails to find the debug file, then it is probably a library problem.

You can try strace -eopen or other such debugging to see what files it's
trying to open before it gives up.  If it finds the right file and then
rejects it, that tells us something else.

Another thing to try is eu-unstrip -n -e /lib/modules/.../ext4dev.ko
That will indicate whether the library thought the debug file was OK
for the generic file case where finding it should always be simple.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]