Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
signal 11
Здравствуйте,
nginx начал вылетать с signal 11. причем это происходит в последних версиях 0.7
и 0.8.
coredump:
Program terminated with signal 11, Segmentation fault.
#0 ngx_http_log_escape (dst=, src=0xde , size=153600) at
src/http/modules/ngx_http_log_module.c:682
682 if (escape[*src >> 5] & (1 << (*src & 0x1f))) {
строчка из конфига:
log_format static '$time_local - $request_time - $upstream_response_time -
$remote_addr - $request_filename - $http_referer - $request_uri $host $uri -
$bytes_sent - $status - $upstream_http_newcache - $limit_rate';
access_log /ram/nginx-accel-disk.log static;
Посмотрите?
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,18191,18191#msg-18191
|