Re: seg fault with tsearch2

From: Joel Leyh <hashbang(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: seg fault with tsearch2
Date: 2005-04-07 18:35:55
Message-ID: 7671eb7050407113576ba936d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ah ok. I must have copied it incorectly. I am using 8.0.1 from the
latest binary build from NetBSD. The source I used was
postgresql-8.0.1.tar.bz2 stable release.
I will try the CVS release to see if it's fixed.
--Joel

On Apr 7, 2005 12:26 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Joel Leyh <hashbang(at)gmail(dot)com> writes:
> > insert into server_file values (default,'511','/test/20-Shania
> > Twain-Party For Two with Billy
> > Curringtonmp3','mp3','323',default,'1');
>
> I get
> ERROR: null value in column "server_file_size" violates not-null constraint
> which I think indicates you mistranscribed your test query. I changed
> it to
>
> regression=# insert into server_file values (default,'511','/test/','Shania
> regression'# Twain-Party For Two with Billy
> regression'# Curringtonmp3','mp3','323',default,'1');
> INSERT 155964 1
>
> and as you can see I didn't get a crash. I'm testing with 8.0.2-to-be
> (ie, 8.0 branch CVS tip). Teodor applied some tsearch2 fixes just last
> week, so it might be that he fixed your bug --- what version are you
> using exactly?
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-04-07 18:48:06 Re: seg fault with tsearch2
Previous Message Tom Lane 2005-04-07 17:26:40 Re: seg fault with tsearch2