Re: points and boxes - core dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ewald Geschwinde <webmaster(at)geschwinde(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: points and boxes - core dump
Date: 2002-05-14 17:50:52
Message-ID: 27500.1021398652@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I said:
> I think the guilty party is the pfree() in dist_pb.

Indeed, removing the pfree call at line 2254 (in 7.2 sources) of
src/backend/utils/adt/geo_ops.c makes the problem go away.

I am working on a more extensive patch in hopes of fixing possible
similar errors elsewhere in this file, but that should get you going.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Eric Jain 2002-05-16 06:39:39 Wrong version?
Previous Message Tom Lane 2002-05-14 15:43:34 Re: points and boxes - core dump