Skip to content
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

worker process 29320 exited on signal 11 #2250

Open
jxplus opened this issue Nov 1, 2023 · 1 comment
Open

worker process 29320 exited on signal 11 #2250

jxplus opened this issue Nov 1, 2023 · 1 comment

Comments

@jxplus
Copy link

jxplus commented Nov 1, 2023

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

@cppcoffee
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants