Re: GiST: Bad newtup On Exit From gistSplit() ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Itai Zukerman <zukerman(at)math-hat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GiST: Bad newtup On Exit From gistSplit() ?
Date: 2003-03-02 18:21:11
Message-ID: 18875.1046629271@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Itai Zukerman <zukerman(at)math-hat(dot)com> writes:
> I'm still not having any luck tracking down my SEGV. If anyone is
> interested in debugging or even just reproducing this, I'd be happy to
> post or E-mail you my code. It looks like shortly after calling
> gistSplit() there's maybe a double-free() somewhere?

It might help to build with --enable-cassert, if you didn't already.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-02 18:33:00 CLUSTER loses nulls (was Re: [ADMIN] Still a bug in the VACUUM)
Previous Message Tom Lane 2003-03-02 17:43:36 Re: System Tables and Triggers