Re: BUG #5307: Crash in AllocSetAlloc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5307: Crash in AllocSetAlloc
Дата
Msg-id 29091.1265139085@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5307: Crash in AllocSetAlloc  ("Igor Lasic" <igor@a-bb.net>)
Список pgsql-bugs
"Igor Lasic" <igor@a-bb.net> writes:
> We have an application running C-API stored procedures. After running for a
> while postgres crashes with:

> If I increase shared memory application runs longer but eventually crashes.

The odds are incredibly high that this means there's a memory-stomping
bug in your C stored procedures.  You might try testing them in a build
with --enable-debug + --enable-cassert, which will enable some sanity
checking code in the memory context support.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #5307: Crash in AllocSetAlloc
Следующее
От: Robert Haas
Дата:
Сообщение: Re: REFERENCES misbehaves with inheritance