pgaertig / nginx-big-upload

Resumable and reliable file uploads of any size. Nginx extension written in Lua.
https://github.com/pgaertig/nginx-big-upload
Other
192 stars 49 forks source link

nginx segfaults when using SHA1: worker process 10 exited on signal 11 #31

Open dup2 opened 3 years ago

dup2 commented 3 years ago

When using the SHA1 checkums feature, we get consistent errors and nginx workers being terminated with signal 11.

This happens with Ubuntu 20.04 but also with the docker image as described in this repository.

Anyone using this in production?