lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

worker process 29320 exited on signal 11

Open jxplus opened this issue 2 years ago • 1 comments

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

jxplus avatar Nov 01 '23 01:11 jxplus

Hi @jxplus , Signal 11 is SIGSEGV, and you can try use the openresty: https://openresty.org/en/getting-started.html

cppcoffee avatar Dec 08 '23 03:12 cppcoffee