lua-nginx-module
lua-nginx-module copied to clipboard
worker process 29320 exited on signal 11
when add init_worker_by_lua_block in http,then worker process crashed。 and error.log has many log like ”[alert] 27998#0: worker process 29322 exited on signal 11“。 config like this: http { init_worker_by_lua_block { ngx.say("hello, lua") } }
versions: nginx v1.22.1, lua-nginx-module-v0.10.9
Hi @jxplus , Signal 11 is SIGSEGV, and you can try use the openresty: https://openresty.org/en/getting-started.html