hang_processes.sh: Obtain list of loaded dynamic objects using strings
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Feb 2019 20:06:01 +0000 (15:06 -0500)
committerJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Tue, 26 Feb 2019 20:51:25 +0000 (15:51 -0500)
commitbc571dfb016351c94670a03904b96c03204ffffa
tree7e0b8aca670b4f1666f1e419185fdf829bdba187
parentd4069651b64d3446f6d3e8c11b8583204a7508f4
hang_processes.sh: Obtain list of loaded dynamic objects using strings

While this is quite ugly, it has the advantage that we get the path to
the object files actually loaded by the application.  So if it loaded
some particular shared object due due to some LD_LIBRARY_PATH value or
because it dlopen'ed them, we will catch them.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
scripts/lttng-tools/hang_processes.sh
This page took 0.024897 seconds and 4 git commands to generate.