Re: 8.2beta1 (w32): server process crash (tsvector) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.2beta1 (w32): server process crash (tsvector)
Date
Msg-id 26742.1163353268@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.2beta1 (w32): server process crash (tsvector)  ("Thomas H." <me@alternize.com>)
List pgsql-bugs
"Thomas H." <me@alternize.com> writes:
> here are the steps to reproduce:
> --------
> 1. intall win32 beta3 as new instance using UTF8 / en_US and tsearch2
> module, everything else default
> 2. create new db with encoding UTF8, standard template
> 3. load data from http://alternize.com/pgsql/tsearch2test.zip (updated dump
> so it only includes the test table/data)
> 4. issue query: UPDATE test SET idxFTI = to_tsvector('default', sometext);
> 5. watch the process die... *sniff*
> -------

Did you do anything to install tsearch2 into this fresh database beyond
"\i tsearch2.sql"?

I couldn't reproduce it on a Linux x86 machine, so it seems specific to
the Windows port.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Thomas H."
Date:
Subject: Re: 8.2beta1 (w32): server process crash (tsvector)
Next
From: "Thomas H."
Date:
Subject: Re: 8.2beta1 (w32): server process crash (tsvector)