Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: worker process exited on signal 11 (core dumped)
On Feb 10, 2010, at 3:49 PM, Maxim Dounin wrote:
>>> Ok, кажется я понял проблему. Судя по всему memcached_pass не
>>> дожидается полного прилёта trailer'а ("END") и ругается. А в
>>> случае keepalive остатки trailer'а долетают в ответ на следующий
>>> запрос.
>>>
>>> По идее строка "invalid trailer" должна наблюдаться и без
>>> keepalive (но скорее всего реже), а "invalid response" - только
>>> если keepalive включён.
>>
>> 50 минут - полет нормальный,
>>
>> # grep -c 'subrequests cycle while processing' error.log
>> 22076
>> # grep memcached error.log
>> #
>
> Видимо "реже" в данном случае вырождается в "почти никогда".
Однако, все же "почти" никогда:
# sed -n "1 p" error.log
2010/02/10 16:08:53 [error] 14875#0: *282680 directory index of "/wwwroot/" is
forbidden
# grep memcached error.log
2010/02/10 19:13:00 [error] 7643#0: *9676423 memcached sent invalid trailer
while sending to client
2010/02/10 19:40:46 [error] 7638#0: *11190967 memcached sent invalid trailer
while sending to client
2010/02/10 19:44:17 [error] 7641#0: *11386082 memcached sent invalid trailer
while sending to client
2010/02/10 19:50:40 [error] 7646#0: *11737608 memcached sent invalid trailer
while sending to client
2010/02/10 20:31:27 [error] 14006#0: *13901259 memcached sent invalid trailer
while sending to client
2010/02/10 21:28:42 [error] 20249#0: *16943253 memcached sent invalid trailer
while sending to client
#
> Maxim Dounin
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|