Re: BUG #5219: Segfault in to_tsvector

From: Kenaniah Cerny <kenaniah(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5219: Segfault in to_tsvector
Date: 2009-11-29 22:41:20
Message-ID: f647f4600911291441u598e5a1cwb277cf794ebfd1f3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thanks,

The patch took some massaging, but took care of the issue when applied to
the 8.4.1 source.

Kenaniah Cerny

On Sat, Nov 28, 2009 at 7:24 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> "Kenaniah Cerny" <kenaniah(at)gmail(dot)com> writes:
> > Description: Segfault in to_tsvector
> > Full backtrace: http://pgsql.privatepaste.com/5411abf8f3
>
> This looks like the known problem that ts_stat fails on an empty
> tsvector. Can you try this patch
> http://archives.postgresql.org/pgsql-committers/2009-10/msg00056.php
> or just pick up 8.4 branch tip from CVS?
>
> If that does fix it, I don't think this is an encoding problem,
> but rather that the name doesn't contain anything that is recognized
> as a word by the textsearch configuration you're using.
>
> regards, tom lane
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2009-11-30 13:59:13 Re: psql -1 -f - busted
Previous Message Russell Wallace 2009-11-29 14:31:05 Re: [BUGS] BUG #5218: Easy strategic feature requests