-
Notifications
You must be signed in to change notification settings - Fork 2k
log level error in ngx_http_lua_conf.c #92
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
Comments
… first argument, as reported by runner-mei in github issue #92.
i've just fixed this. thanks for the catch! |
我遇到了同样的错误: 系统版本:Darwin CmsTopMacPro 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64 同时安装的模块还有:ngx_devel_kit, nginx-rtmp-module,redis2-nginx-module 貌似0.9.16版本里src/ngx_http_lua_conf.c 替换为 src/ngx_http_lua_config.c 报该错误有2个文件; .//src/ngx_http_lua_util.h: "failed to initialize Lua VM"); if (!llcf->enable_code_cache && r->connection->fd != -1) {
水平有限,望春哥赐教。 |
@mruse Please, no Chinese here. This place is considered English only. If you really want to use Chinese, please use the openresty (Chinese) mailing list instead. Please see https://openresty.org/#Community for more details. Regarding your question, please try to use the latest OpenResty 1.9.3.1 release and see if you can still see the problem with it. See |
@mruse Ensure that you can reproduce the issue without those 3rd-party nginx modules like "nginx-rtmp-module" that OpenResty does not maintain since those nginx modules have varying qualities and may break ngx_lua due to their own issues. |
… get set. Fixed a regression introduced in 017e004 and previously described in openresty#92. Signed-off-by: Thibault Charbonnier <[email protected]>
… get set. Fixed a regression introduced in 017e004 and previously described in #92. Signed-off-by: Thibault Charbonnier <[email protected]>
Hi @agentzh, I do have this rtmp issue in openersty I am seeing this error after adding the rtmp module in nginx.conf file. Do I have to install nginx and nginx-common in openresty container.
|
在 src/ngx_http_lua_conf.c 文件的第 51 行, 如下
ngx_conf_log_error(NGX_ERROR, cf, 0, "Failed to initialize Lua VM");
其中日志级别错误, 可改为
The text was updated successfully, but these errors were encountered: