Re: --enable-thread-safety bug

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Steve Clark <sclark(at)netwolves(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: --enable-thread-safety bug
Date: 2008-03-23 01:28:22
Message-ID: 47E5B236.3060003@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Clark wrote:

> I guess the real question is why we are running out of memory when
> this option is enabled.
> Since my app doesn't use threads that points to a memory leak in the
> ecpg library when enable thread
> safety is turned on.
>
It might be worth building ecpg with debug symbols then running your
app, linked to that ecpg, under Valgrind. If you are able to produce
more specific information about how the leak occurs in the context of
your application people here may be more able to help you.

--
Craig Ringer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-03-23 01:49:34 Re: MySQL to Postgres question
Previous Message Joshua D. Drake 2008-03-23 01:14:44 Re: MySQL to Postgres question