Re: Nginx upload progress module - large file upload stopped

Hi Ben,

On Thu, March 20, 2008 18:34, Ben Blakley wrote:

2008/03/20 02:42:57 [notice] 19751#0: signal 17 (SIGCHLD) received
2008/03/20 02:42:57 [alert] 19751#0: worker process 19755 exited on
signal 11
2008/03/20 02:42:57 [notice] 19751#0: start worker process 19852
2008/03/20 02:42:57 [notice] 19751#0: signal 29 (SIGIO) received

Why would the worker process be shut down? Is there a max time limit on
requests/uploads? If so, can it be changed in the config file? Any help
or suggestions would be greatly appreciated. Thanks!

The worker process crashed (signal 11). This is certainly a problem in
the
upload module, but to be sure can you recreate your test without the
upload module compiled in.
If that doesn’t crash, then please enable nginx debug (–with-debug) and
redo your upload test, then send me privately
([email protected]) the debug log file.

Also, what version of nginx are you using, and under what operating
system?
I’ll try to reproduce the problem, but I want to be sure we are running
the same environment.

Thanks,