Re: Should this scare me?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Should this scare me?
Дата
Msg-id 16960.1045713586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Should this scare me?  ("Ian Harding" <ianh@tpchd.org>)
Список pgsql-general
"Ian Harding" <ianh@tpchd.org> writes:
> psql in free(): warning: modified (chunk-) pointer.
> I am used to psql dumping core from time to time, although since upgrading to 7.3.1 it has not happened.
> Then this.  Is it anything to fear?

It sure sounds like free() has detected something clobbering memory it
shouldn't --- at a guess, something overrunning a malloc'd buffer by a
few bytes.  I'd recommend trying to trace the cause if you can.  Is it
readily reproducible?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.3.1 takes long time to vacuum table?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Table Partitioning in Postgres: