Re: repeatable crash generating two column index

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема Re: repeatable crash generating two column index
Дата
Msg-id 20020704160550.GB19504@klamath.dyndns.org
обсуждение исходный текст
Ответ на repeatable crash generating two column index  (Mike Harding <mvh@ix.netcom.com>)
Список pgsql-general
On Wed, Jul 03, 2002 at 10:58:34AM -0700, Mike Harding wrote:
> CREATE INDEX idx_id_perftest ON perftest (id, astring);
>
> the backend crashes every time.  I see the following in the logs...
>
> 2002-07-03 08:33:29 DEBUG:  server process (pid 53454) was terminated by signal 11
> 2002-07-03 08:33:29 DEBUG:  terminating any other active server processes
> 2002-07-03 08:33:29 DEBUG:  all server processes terminated; reinitializing shared memory and semaphores

Can you get a backtrace using gdb? If possible, recompile Postgres with
debugging symbols (-g), and run gdb on the core file that should be
produced when the backend crashes.

If that's not possible, can you forward me the relavant bits of the
schema, and the script you used to produce the data?

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: I am being interviewed by OReilly
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: I am being interviewed by OReilly