Re: Postgresql Segfault in 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql Segfault in 8.1
Дата
Msg-id 5019.1138216699@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql Segfault in 8.1  (Benjamin Smith <lists@benjamindsmith.com>)
Ответы Re: Postgresql Segfault in 8.1  (Benjamin Smith <lists@benjamindsmith.com>)
Список pgsql-general
Benjamin Smith <lists@benjamindsmith.com> writes:
> OK, here's the output:
> (gdb) continue
> Continuing.

> Program received signal SIGSEGV, Segmentation fault.
> 0x000000000043c82c in heap_modifytuple ()
> (gdb)

> // not very hopeful, I'd think //

You forgot the "bt" part ... although I'm not sure we'd learn a whole
lot more without debug symbols.

> Can I get a RHES/CENTOS PG 8.1 RPM with the symbols enabled?

Current Red Hat practice is to put the debug symbols into separate
"debuginfo" RPMs.  Hopefully you can find the debuginfo RPM wherever
you got the postgres RPM from.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql Segfault in 8.1
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Trigger question: ROW or STATEMENT?