Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: *** glibc detected ***
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;
> smtp_auth none;
> smtp_capabilities PIPELINING "SIZE 20480000" ETRN
> ENHANCEDSTATUSCODES 8BITMIME DSN;
> 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 ***
В nginx'е. Это тестовый или рабочий сервер ?
Макс, похоже, или у тебя в "smtp_auth none" ошибки, или же их добавил
я во время творческой переработки патча.
--
Игорь Сысоев
http://sysoev.ru
|