Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: *** glibc detected ***
Не совсем по теме: может быть нерезолвящиеся имена в почтовом модуле
убрать из [error]?
2009/01/28 20:33:51 [error] 15446#0: *1435 delta-motors.cris.net could
not be resolved (3: Host not found) while in resolving client hostname,
client: 212.110.138.16, server: 0.0.0.0:33333
2009/01/28 20:33:51 [error] 15446#0: *1437 sr-194-33-140-118-on-nets.com
could not be resolved (3: Host not found) while in resolving client
hostname, client: 118.140.33.194, server: 0.0.0.0:33333
2009/01/28 20:33:51 [error] 15446#0: *1444 92.84.40.233 could not be
resolved (3: Host not found) while in resolving client address, client:
92.84.40.233, server: 0.0.0.0:33333
2009/01/28 20:33:51 [error] 15446#0: *1446
ABTS-North-Dynamic-179.81.161.122.airtelbroadband.in could not be
resolved (3: Host not found) while in resolving
client hostname, client: 122.161.81.179, server: 0.0.0.0:33333
2009/01/28 20:33:51 [error] 15446#0: *1432 58.187.117.32 could not be
resolved (3: Host not found) while in resolving client address, client:
58.187.117.32,
server: 0.0.0.0:33333
2009/01/28 20:33:52 [error] 15446#0: *1451 89.113.142.101 could not be
resolved (3: Host not found) while in resolving client address, client:
89.113.142.101, server: 0.0.0.0:33333
2009/01/28 20:33:52 [error] 15446#0: *1455 190.144.22.254 could not be
resolved (3: Host not found) while in resolving client address, client:
190.144.22.254, server: 0.0.0.0:33333
*** glibc detected *** free(): invalid pointer: 0x0000000000564c58 ***
2009/01/28 20:33:52 [alert] 13643#0: worker process 15446 exited on signal 6
2009/01/28 20:33:52 [error] 15093#0: *1461 91.211.54.206 could not be
resolved (3: Host not found) while in resolving client address, client:
91.211.54.206,
server: 0.0.0.0:33333
2009/01/28 20:33:53 [error] 15093#0: *1462 221.0.104.238 could not be
resolved (3: Host not found) while in resolving client address, client:
221.0.104.238,
server: 0.0.0.0:33333
2009/01/28 20:33:53 [error] 15093#0: *1465
client-200.121.165.14.speedy.net.pe could not be resolved (3: Host not
found) while in resolving client hostname,
client: 200.121.165.14, server: 0.0.0.0:33333
2009/01/28 20:33:54 [error] 15093#0: *1464 bd23e1e1.virtua.com.br could
not be resolved (3: Host not found) while in resolving client hostname,
client: 189.35.225.225, server: 0.0.0.0:33333
2009/01/28 20:42:24 [alert] 13643#0: worker process 14037 exited on signal 9
Igor Sysoev пишет:
On Wed, Jan 28, 2009 at 06:03:17PM +0300, Maxim Dounin wrote:
Hello!
On Wed, Jan 28, 2009 at 08:36:41PM +0600, Artem Bokhan wrote:
0.7.32 запущен в режиме почтового прокси. Проблема железа или приложения?
worker_processes 4;
error_log logs/error.log;
pid logs/nginx.pid;
events { worker_connections 10240; }
mail {
server_name testname;
auth_http 127.0.0.1:9000/smtpauth;
resolver 127.0.0.1;
А если resolver отключить - ошибки по прежнему сыпяться?
Кстати, да это может быть и обратный резолвер. Прямой у меня используется
в продкшине без проблем.
smtp_auth none;
smtp_capabilities PIPELINING "SIZE 20480000" ETRN ENHANCEDSTATUSCODES
8BITMIME DSN;
^^^^^^^^^^
Just in case it's not known: PIPELINING в 0.7.32 не реализован.
Но к ошибкам это не должно иметь отношения.
xclient on;
server {
listen 33333;
protocol smtp;
timeout 300s;
}
}
tail -f error.log | grep glibc
*** glibc detected *** free(): invalid pointer: 0x00000000005363a0 ***
*** glibc detected *** free(): invalid pointer: 0x000000000054ef68 ***
*** glibc detected *** free(): invalid pointer: 0x000000000056f268 ***
*** glibc detected *** free(): invalid pointer: 0x00000000005530b8 ***
*** glibc detected *** free(): invalid pointer: 0x0000000000559078 ***
*** glibc detected *** free(): invalid pointer: 0x0000000000549ec8 ***
*** glibc detected *** free(): invalid pointer: 0x000000000055cf48 ***
*** glibc detected *** free(): invalid pointer: 0x0000000000561128 ***
*** glibc detected *** free(): invalid pointer: 0x0000000000552b18 ***
*** glibc detected *** free(): invalid pointer: 0x000000000054b038 ***
*** glibc detected *** free(): invalid pointer: 0x00000000005596c8 ***
*** glibc detected *** free(): invalid pointer: 0x000000000055b7a8 ***
*** glibc detected *** free(): invalid pointer: 0x0000000000555fb8 ***
Maxim Dounin
|