Re: 8.2beta1 (w32): server process crash (tsvector)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas H(dot)" <me(at)alternize(dot)com>
Cc: "imad" <immaad(at)gmail(dot)com>, "Magnus Hagander" <mha(at)sollentuna(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.2beta1 (w32): server process crash (tsvector)
Date: 2006-11-12 17:41:08
Message-ID: 26742.1163353268@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Thomas H." <me(at)alternize(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas H. 2006-11-12 17:50:36 Re: 8.2beta1 (w32): server process crash (tsvector)
Previous Message Basil Evseenko 2006-11-12 16:49:33 BUG #2755: strange select behavior