Re: Invalid free/delete

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Invalid free/delete
Дата
Msg-id 1038367443.1779.5.camel@tokyo
обсуждение исходный текст
Ответ на Invalid free/delete  (Joshua Moore-Oliva <josh@chatgris.com>)
Список pgsql-bugs
On Mon, 2002-11-25 at 11:22, Joshua Moore-Oliva wrote:
> While debugging with valgrind, I always receive the following error
> message.
>
> ==30439== Invalid free() / delete / delete[]
> ==30439==    at 0x400448F9: free (vg_clientfuncs.c:180)
> ==30439==    by 0x421136CD: (within /lib/i686/libc-2.2.5.so)
> ==30439==    by 0x4207F852: (within /lib/i686/libc-2.2.5.so)
> ==30439==    by 0x400451FC: vgPlain___libc_freeres_wrapper
> (vg_clientfuncs.c:585)
> ==30439==    by 0x4202BCC9: (within /lib/i686/libc-2.2.5.so)
> ==30439==    by 0x42017592: (within /lib/i686/libc-2.2.5.so)
> ==30439==    by 0x80491E1: (within
> /home/chatgris/code/mastermailings/code/daemons/email_manager/email_manager.o)
> ==30439==    Address 0x402544D0 is not stack'd, malloc'd or free'd

ISTM that indicates a problem in your application, not in libpq.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: vacumm error
Следующее
От: Neil Conway
Дата:
Сообщение: Re: A little bug in postgreSQL