From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Catalin BOIE <cboie-pgsql(at)66(dot)com> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PANIC: corrupted item pointer: 32766 |
Date: | 2010-05-14 19:42:42 |
Message-ID: | 1273864846-sup-5312@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Excerpts from Catalin BOIE's message of vie may 14 02:32:01 -0400 2010:
> Hello!
>
> I have a serious problem with one of my tables.
>
> Version: postgresql-server-8.4.3-1.fc12.x86_64
> Kernel: kernel-2.6.32.11-99.fc12.x86_64
Hmm, it's pretty unfortunate that those buffer checks are inside
PageRepairFragmentation, because that means they are being called when
in a critical section, turning harmless ERRORs into PANICs. I think
those checks could be copied to another routine to be called outside the
critical sections.
The value 32766 is 0x7ffe, which is a pretty suspicious value. It'd be
good to see a copy of the problem block (though it'll prove difficult to
determine _which_ is the problem block ...)
--
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2010-05-14 19:44:44 | Re: [HACKERS] List traffic |
Previous Message | Keaton_Adams | 2010-05-14 19:35:54 | Re: Poor query performance on one of two "like" databases in production. |