Re: postmaster segfault when using SELECT on a table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karsten Desler <kd(at)link11(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: postmaster segfault when using SELECT on a table
Date: 2008-04-26 17:24:56
Message-ID: 13142.1209230696@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Karsten Desler <kd(at)link11(dot)de> writes:
> I have a smallish postgres database that segfaults everytime when I try to
> access a certain row in a certain column.

Looks like a corrupted-data issue to me. It might be interesting to
dump the page with pg_filedump and see if there's any apparent pattern
to the damage.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Karsten Desler 2008-04-26 18:20:03 Re: postmaster segfault when using SELECT on a table
Previous Message Karsten Desler 2008-04-26 10:39:06 postmaster segfault when using SELECT on a table