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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GiST: Bad newtup On Exit From gistSplit() ?
Дата
Msg-id 22059.1046637826@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GiST: Bad newtup On Exit From gistSplit() ?  (Itai Zukerman <zukerman@math-hat.com>)
Ответы Re: GiST: Bad newtup On Exit From gistSplit() ?  (Kevin Brown <kevin@sysexperts.com>)
Список pgsql-hackers
Itai Zukerman <zukerman@math-hat.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Itai Zukerman
Дата:
Сообщение: Re: GiST: Bad newtup On Exit From gistSplit() ?
Следующее
От: Kevin Brown
Дата:
Сообщение: Re: GiST: Bad newtup On Exit From gistSplit() ?