ECPG memory leak detected

From: Christof Petig <christof(dot)petig(at)wtal(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Michael Meskes <meskes(at)postgresql(dot)org>
Subject: ECPG memory leak detected
Date: 1999-12-03 08:58:42
Message-ID: 38478640.FF614832@wtal.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I observed a memory leak in one of my applications (grew about 20MB a
day) and pinned it down to be
ECPG related.

The path is:
ecpg_alloc
quote_postgres
ECPGexecute
ECPGdo

PostgreSQL Version 7.0 (about 24th November's CVS)
This leak was at least present for two months.

Christof

If you have a direct idea on how to fix it, drop me a mail otherwise
I'll (try to) fix it myself (about next week). It's not fatal, it's
simply annoying.

PS: Program used for this analysis: memprof (part of gnome) (Version
0.3.0)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message hao feng 1999-12-06 02:44:59
Previous Message Bruce Momjian 1999-12-03 07:42:11 Re: [BUGS] problem with bool array