Hello!
On Sat, Mar 28, 2015 at 4:07 PM, Lord Nynex wrote:
> I am able to get data now without hangups or coredumps.
>
Glad you've got it working :)
> New Stack is:
[...]
> - Systemtap 2.7
> - Openresty 1.7.10.1 (no debug no dwarf no dtrace)
I believe you do need dwarf here though. The default build options of
OpenResty enables DWARF debuginfo, otherwise none of those systemtap
tools will work :)
> How can I resolve this?
>
> /home/ubuntu/stapxx/samples/lj-lua-stacks.sxx: line 3: cannot find @use library nginx.lua
It means it fails to find the stap++ tapset module nginx.lua in the
stapxx source tree.
Getting this error usually means you've manually moved stap++ out of
its original stapxx source tree. Better set your PATH environment
properly without moving stap++ out of its tree.
Regards,
-agentzh