Re: Backend crash with tsearch

From: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
To: "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 21:39:27
Message-ID: 113401c29b14$745b58f0$f80c0a0a@mnd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> wrote:
>
> So, the problem may be in rh 7.3 ?
>

Might be, i'm debugging it now, and i can see that the dicts[] array in
morph.c is beeing overwritten with junk.

I can trigger it with this query:

select txt2txtidx('Can - Live 1971-77');

Is there any good way of adding watches on any type of memory?
(I'm not that good with gdb -yet :))

Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2002-12-03 21:40:15 Re: [GENERAL] PostgreSQL Global Development Group Announces
Previous Message Oleg Bartunov 2002-12-03 21:35:28 Re: Backend crash with tsearch