Re: Memory leak

From: "Spencer Quin" <squin(at)rim(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>, "Thomas Parry" <TParry(at)rim(dot)com>, "Geoffrey Stitt" <gstitt(at)rim(dot)com>
Subject: Re: Memory leak
Date: 2004-08-26 14:54:35
Message-ID: 7F0B5938B08C9345BA58ED090AA813F402BCEA4C@XCL02YKF.rim.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom, I am not sure if my original message made it onto a forum or
knowledge base but I was wondering if it would be possible for you to
take it down if it is? There may potentially be some sensitive
information in it.
Thanks

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

"Spencer Quin" <squin(at)rim(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-08-26 15:13:25 Re: Memory leak
Previous Message Gaetano Mendola 2004-08-26 13:08:12 Re: BUG #1231: Probelm with transactions in stored code.