【发布时间】:2015-04-10 09:53:21
【问题描述】:
我正在尝试使用 valgrind 检查我的 nginx 模块中的内存泄漏。我正在尝试以下命令
valgrind --leak-check=full --tool=memcheck --show-reachable=yes --log-file="/tmp/val.out" -v /usr/local/nginx -c /usr/ local/conf/nginx.conf
我收到错误 nginx: [error] failed to initialize Lua VM
我在 Cent OS 7 和 lua 0.9.15 上使用 nginx-1.6.2。
【问题讨论】:
标签: nginx lua valgrind centos7