Worker dies with a segfault error
Maxim Dounin
mdounin at mdounin.ru
Wed Mar 5 16:02:18 UTC 2014
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/
More information about the nginx
mailing list