Re: BUG #4838: Database corruption after btree_gin index creation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4838: Database corruption after btree_gin index creation
Date
Msg-id 4051.1244598243@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4838: Database corruption after btree_gin index creation  ("Daniele Bortoluzzi" <bortoluz@gmail.com>)
Responses Re: BUG #4838: Database corruption after btree_gin index creation
Re: BUG #4838: Database corruption after btree_gin index creation
List pgsql-bugs
"Daniele Bortoluzzi" <bortoluz@gmail.com> writes:
> I created a multicolumn GIN index with btree_gin functionality (fulltext
> column + timestamp). After creating the index the db segfaulted:

> LOG:  server process (PID 14195) was terminated by signal 11: Segmentation
> fault

I cannot replicate this problem based on the little information
provided.  The GIN bug we found a couple of days ago would explain
the "tuple offset out of range" errors, and if you had had Asserts
enabled it would explain Assert failures; but I don't see that it
explains a segfault.  Can you still reproduce this with CVS HEAD,
and if so would you submit a test case?  Or at least a stack trace
from the crash?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] BUG #4822: xmlattributes encodes '&' twice
Next
From: Sergey Burladyan
Date:
Subject: pg 8.3.7 libxml trying to free NULL pointer