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 20:43:46
Message-ID: 22059.1046637826@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:
> After recompiling with --enable-cassert, nserting into an empty table,
> I get:

> TRAP: FailedAssertion("!((VfdCache[0].fd == (-1)))", File: "fd.c", Line: 1113)

Begins to look like a plain old wild store: ain't *nothing* should ever
write into VfdCache[0].fd. If that's repeatable, you could try homing
in on the place that is clobbering that variable by stepping through
major routines with gdb.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2003-03-02 21:43:34 Re: GiST: Bad newtup On Exit From gistSplit() ?
Previous Message Itai Zukerman 2003-03-02 19:31:06 Re: GiST: Bad newtup On Exit From gistSplit() ?