terminated by signal 6 problem

Поиск
Список
Период
Сортировка
От Joe Conway
Тема terminated by signal 6 problem
Дата
Msg-id 41195137.7020209@joeconway.com
обсуждение исходный текст
Ответы Re: terminated by signal 6 problem  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
I was sent a log file for a production system that has received several 
ABORT signals while under heavy load. Here's a snippet from the logs:

-----------
LOG:  recycled transaction log file "0000000A0000004B"
LOG:  recycled transaction log file "0000000A0000004D"
LOG:  recycled transaction log file "0000000A0000004E"
LOG:  recycled transaction log file "0000000A0000004F"
WARNING:  specified item offset is too large
CONTEXT:  COPY cymi_transaction_data, line 174: "3448545602 62365 39 4 0.00"
PANIC:  failed to add item to the page for "pk_transaction_data"
CONTEXT:  COPY cymi_transaction_data, line 174: "3448545602 62365 39 4 0.00"
STATEMENT:  COPY cymi_transaction_data FROM STDIN;
LOG:  server process (PID 11667) was terminated by signal 6
LOG:  terminating any other active server processe
-----------

The server information as I was given it:
Sun server V250, 1 GHz Processor, 1 GB RAM, 4 x 72GB

I'm requesting more data -- not yet clear whether I can get a core dump 
or even if postgres is compiled with debug symbols on that machine.

The "WARNING:  specified item offset is too large" seems to happen each 
time there is an ABORT, leading me to think it might be bad RAM.

Any thoughts or specific data requests? I can send the full log off-list 
if needed.

Thanks,

Joe



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Add Missing From?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why is WIN 1250 client only?