Re: [HACKERS] Memory problem?

From: "Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Memory problem?
Date: 1999-06-18 12:03:14
Message-ID: E10uxMY-0003UD-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
>
> "Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> > I am having trouble with PQclear causing a segmentation fault, and I don't
> > really know where to look.
>
> Not at PQclear(); almost surely, the bug lies elsewhere.
...
> Unfortunately that means the bug might be almost anywhere else in
> your app :-(. Good luck...

Sure enough - pass the PgDatabase as a reference was the solution!

Cheers,

Patrick

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-18 14:19:44 Re: [HACKERS] Re: Apparent bug in _make_subplan
Previous Message Thomas Good 1999-06-18 11:04:55 Re: [HACKERS] Re: UnixWare