Re: Text search segmentation fault - Mailing list pgsql-general

From Teodor Sigaev
Subject Re: Text search segmentation fault
Date
Msg-id 4981B7DB.9040704@sigaev.ru
Whole thread Raw
In response to Re: Text search segmentation fault  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Responses Re: Text search segmentation fault
Re: Text search segmentation fault
List 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 by date:

Previous
From: Igor Katson
Date:
Subject: Text search name and name synonims dictionary
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Text search segmentation fault