Re: Memory leak

Поиск
Список
Период
Сортировка
От Spencer Quin
Тема Re: Memory leak
Дата
Msg-id 7F0B5938B08C9345BA58ED090AA813F402BCEA04@XCL02YKF.rim.net
обсуждение исходный текст
Ответ на Memory leak  ("Spencer Quin" <squin@rim.com>)
Список pgsql-bugs
That's a good theory.  I will definitely check it out.
I appreciate you looking into this Tom.
    Spence

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]=20
Sent: Tuesday, August 24, 2004 4:13 PM
To: Spencer Quin
Cc: pgsql-bugs@postgresql.org; Thomas Parry; Geoffrey Stitt
Subject: Re: [BUGS] Memory leak=20

"Spencer Quin" <squin@rim.com> writes:
> I have found a memory leak in the libpq library for postrgesql 7.4.3.
> The code sample in the attached file will produce the error.

The traceback says that the leak is in libresolv, not libpq.  I'm not
sure it's really a leak at all --- I'd expect libresolv to do some
internal caching, and this looks like it could be data that's just being
held onto for possible reuse.  But in any case you want to file this
report with somebody else.

            regards, tom lane

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

Предыдущее
От: Maksim Likharev
Дата:
Сообщение: Win32 Native port more then 64 connection
Следующее
От: "Andreas Heiduk"
Дата:
Сообщение: Re: BUG #1229: memory leak in backend with COPY and FOREIGN KEY