Is there any better method to pass "-d OBJECT" options in command line?

Frank Ch. Eigler fche@redhat.com
Tue Nov 10 14:24:00 GMT 2015


Nan Xiao <xiaonan830818@gmail.com> writes:

> [...]
>   print_ubacktrace()
>
> But after executing the script, I find it sometimes prompts warnings:
>
> WARNING: Missing unwind data for module, rerun with 'stap -d
> /usr/lib64/libpython2.7.so.1.0'
> ......
> WARNING: Missing unwind data for module, rerun with 'stap -d
> .../lib64/libvirt/connection-driver/libvirt_driver_interface.so'
> WARNING: Missing unwind data for module, rerun with 'stap -d /bin/bash'
> [...]
> So my question is whether there is a better method to specify these
> lacked "*.so" files?

See the "--ldd" option, which includes all shared libraries
transitively referenced from all binaries named with "-d BIN".
So it may be enough to name a few of the higher-level binaries
& libraries explicitly, and let --ldd pull in their dependencies.


- FChE



More information about the Systemtap mailing list