Hello! On Wed, Mar 05, 2014 at 09:56:05AM -0500, greekduke wrote:
> Hello, > > I suppose you are correct. I have tried to recreate the problem without the > two modules and I haven't succeeded yet. Anyway I need the modules so I can > live with some segmentation faults. From the part of debug log below I think > that the worker (5201) before dying closes properly the connection. In all > the cases I have a similar behaviour. Can you comment on that? As already suggested, the problem is likely wrong request reference counting (likely in one of 3rd party modules you use) - nginx frees a request, and then dies trying to do something with the request. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx