Re: ERROR: invalid memory alloc request size, and others

From: Jonathan Hedstrom <jhedstrom(at)desc(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, pgsql general <pgsql-general(at)postgresql(dot)org>, Ken Tanzer <ktanzer(at)desc(dot)org>
Subject: Re: ERROR: invalid memory alloc request size, and others
Date: 2007-01-09 22:12:17
Message-ID: 45A41341.6060209@desc.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Scott Marlowe <smarlowe(at)g2switchworks(dot)com> writes:
>
>> Also, schedule some maintenance window for your server to run memtest86
>> and possibly something to check for bad blocks on your drives.
>>
>
> +1 ... I have not seen any instance of "invalid page header" that could
> be traced to a Postgres bug. The cases I've been able to study all
> seemed to involve either flaky hardware or kernel-level bugs (such as
> dumping a fragment of some unrelated file into a Postgres table :-()
>
> regards, tom lane
>
Since it sounds like this is either a hardware or a kernel issue, we're
wondering if our downtime would be better spent rebooting to the
standard FC6 kernel, or trying some of the aforementioned hardware tests...

We are running a xen kernel: 2.6.18-1.2798.fc6xen

and getting these kernel errors in our logs:

Jan 7 18:51:23 ws116 kernel: SKB BUG: Invalid truesize (4012)
len=16384, sizeof(sk_buff)=172
Jan 7 18:51:23 ws116 kernel: SKB BUG: Invalid truesize (4012)
len=16384, sizeof(sk_buff)=172
Jan 9 08:52:12 ws116 kernel: SKB BUG: Invalid truesize (4012)
len=16384, sizeof(sk_buff)=172
Jan 9 13:07:35 ws116 kernel: SKB BUG: Invalid truesize (4012)
len=16384, sizeof(sk_buff)=172

(The memory alloc error first occured early in the morning on the 8th).

Thanks,
Jonathan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2007-01-09 22:13:02 Re: Array constructor requires one argument
Previous Message af300wsm 2007-01-09 21:44:32 How does one perform a case-insenstive query on test or char fields