Re: Transaction-Overflow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transaction-Overflow
Дата
Msg-id 26881.1186511924@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Transaction-Overflow  (pingu.freak@web.de)
Список pgsql-admin
pingu.freak@web.de writes:
> On the top in the log file is this, do you know why the pid is killed with =
> 11? I'm a little bit confused :(.

>  LOG:  Serverprozess (PID 30399) wurde von Signal 11 beendet

SIG 11 (ie SIGSEGV) is pretty much the typical "generic crash"
indication.  It most likely means you ran into a software bug or
corrupted data.  There is no reason at all to think that it's got
anything to do with transaction ID wraparound --- that message is
only coming out because it always comes out at a database restart.

What you ought to look into is what *did* cause the crash.  Did it
produce a core file, and if so can you get a gdb stack trace from
the core?

            regards, tom lane

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

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: Transaction-Overflow
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: PITR backup to Novell Netware file server