Re: repeatable crash generating two column index

Поиск
Список
Период
Сортировка
От Mike Harding
Тема Re: repeatable crash generating two column index
Дата
Msg-id 1025806425.587.22.camel@netcom1.netcom.com
обсуждение исходный текст
Ответ на Re: repeatable crash generating two column index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I'm using the stock freebsd port installation.

Interestingly, this morning, I was able to create the index fine.

Then I dropped it and did an index just using id;

Then I dropped that and tried the original index again over both
columns.

I then get errors like

ERROR:  MemoryContextAlloc: invalid request size 2353010684
ERROR:  MemoryContextAlloc: invalid request size 1885489220

and the third and fourth time I tried it it worked!

I'll try running the regression test later today...

- Mike H.


On Thu, 2002-07-04 at 10:04, Tom Lane wrote:
> Mike Harding <mvh@ix.netcom.com> writes:
> > CREATE INDEX idx_id_perftest ON perftest (id, astring);
> > 2002-07-03 08:33:29 DEBUG:  server process (pid 53454) was terminated by signal 11
>
> [ scratches head... ]  Seems something awfully broken about your
> installation.  Are you able to run the regression tests successfully?
>
> Can you provide a debugger backtrace from the corefile left by the
> crashing backend?
>
>             regards, tom lane
>





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

Предыдущее
От: Herbert Liechti
Дата:
Сообщение: Re: query problem in 7.2.1: serious planner issue
Следующее
От: Herbert Liechti
Дата:
Сообщение: Re: query problem in 7.2.1: serious planner issue