Re: pg 8.4 crashing.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg 8.4 crashing.
Date: 2010-09-23 20:17:41
Message-ID: 2170.1285273061@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> writes:
> I've got a problem with pg 8.4.4 crashing with a sig 6 abort due to a
> panic on failing to add a right sibling in an index. Log output:

> PANIC: failed to add item to the right sibling in index "logged_in_uid"
> STATEMENT: INSERT INTO logged_in ...

If you can apply this patch:
http://archives.postgresql.org/pgsql-committers/2010-08/msg00365.php
it should tell you which index page is causing the problem. Then
please dump that page with pg_filedump and send it in.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kongsgar 2010-09-23 20:49:50 Restore/dump from "/usr/local/pgsql/data" directory
Previous Message Tom Lane 2010-09-23 20:05:32 Re: Visualize GiST Index