Re: Segmentation fault with 8.3 FTS ISpell

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Segmentation fault with 8.3 FTS ISpell
Date: 2008-01-15 17:30:17
Message-ID: 25878.1200418217@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hannes Dorbath <light(at)theendofthetunnel(dot)de> writes:
> Hannes Dorbath wrote:
>> Yes, I'll try to catch the row.

> I just slammed a BEFORE UPDATE FOR EACH ROW trigger with RAISE NOTICE on
> the table to catch the row ID where it fails.

> The row ID is never the same. Neither can I reproduce it when I use the
> last reported row ID.

So most likely it's triggered by a sequence of operations rather than
any individual row :-(. You'll have to think in terms of producing
a multi-table-row test case.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-01-15 17:37:28 Re: varchar sort ordering ignore blanks
Previous Message Jeff Davis 2008-01-15 17:27:15 Re: Index trouble with 8.3b4