Re: Out of memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of memory
Дата
Msg-id 17490.1206751901@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Out of memory  (Alex Adriaanse <alex@innovacomputing.com>)
Ответы Re: Out of memory  (Alex Adriaanse <alex@innovacomputing.com>)
Список pgsql-general
Alex Adriaanse <alex@innovacomputing.com> writes:
> Unfortunately, we do not have any core dumps from those.  Is there
> anything else I can provide to make tracing this easier?  Could we use
> the addresses mentioned in the segfault messages for anything useful?

Hmm, you could try attaching to a running Postgres process with gdb
and doing "x/i 0xHEXADDRESS" --- that should at least come up with a
routine name, unless your kernel is into address randomization ...

            regards, tom lane

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

Предыдущее
От: brian
Дата:
Сообщение: Re: Primary Key with serial
Следующее
От: carty mc
Дата:
Сообщение: Re: creating a trigger to access another postgres database?