-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngx-sample-lua-bt fails to figure out lua_path #17
Comments
….1.so". thanks zharan for the report in #17.
@zharan Thank you for the report! Just committed a fix the git master. Will you try it out? BTW, it's recommended to use LuaJIT 2 for maximal performance :) |
The fix helped, thanks! Yeah, I'll definitely try out LuaJIT 2, thanks for advice. |
… avoid aborting sampling. thanks zharan for the report in #17.
Oh, I probably bumbed into the problem described in this issue, because I didn't create this symlink:
as it was described in https://github.com/openresty/lua-nginx-module/#installation-on-ubuntu-1110. |
Hi,
I'm using the latest version of nginx-systemtap-toolkit under Ubuntu 14.04.1 LTS (server type) for optimizing performance of Lua code running on Nginx (built with lua-nginx-module). I tried to run ngx-sample-lua-bt script, but it exited with the following problem:
To me it looked like code inside ngx-sample-lua-bt script couldn't figure out value for the lua_path variable by parsing contents of /proc/[pid]/maps. I did a quick hack:
And after that ngx-sample-lua-bt stopped failing. What should be a proper fix for that problem?
The text was updated successfully, but these errors were encountered: