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: Is there any better method to pass "-d OBJECT" options in command line?


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


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