Re: Text search segmentation fault

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Text search segmentation fault
Дата
Msg-id 4981B7DB.9040704@sigaev.ru
обсуждение исходный текст
Ответ на Re: Text search segmentation fault  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Ответы Re: Text search segmentation fault
Re: Text search segmentation fault
Список pgsql-general
> How do I make a backtrace?

- if you have coredump, just execute gdb /PATH1/postgres gdb /PATH2/core and
type bt. Linux doesn't make core by default, so you allow to do it by ulimit -c
unlimited for postgresql user
- connect to db, and attach gdb to backend process: gdb /PATH1/postgres
BACKEND_PID and type run in gdb, next, execute CREATE DICTIONARY and type bt in gdb

>
> Teodor Sigaev wrote:
>> Could you provide a backtrace? Do you use unchanged norwegian.stop file?
>> I'm not able to reproduce the bug - postgres just works.
>>
>> Tommy Gildseth wrote:
>>> While trying to create a new dictionary for use with PostgreSQL text
>>> search, I get a segfault. My Postgres version is 8.3.5
>>
>>
>
>

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Igor Katson
Дата:
Сообщение: Text search name and name synonims dictionary
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Text search segmentation fault