Re: PosgreSQL is crashing with a signal 11 - Bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kjetil Torgrim Homme <kjetilho(at)ifi(dot)uio(dot)no>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PosgreSQL is crashing with a signal 11 - Bug?
Date: 2004-09-08 20:54:08
Message-ID: 23734.1094676848@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kjetil Torgrim Homme <kjetilho(at)ifi(dot)uio(dot)no> writes:
> [Tom Lane]:
>> So somehow, the byte at page offset 0fff got changed
>> from 00 to 2f in memory, though not on disk.

> indeed interesting. IMHO 0x0fff sounds more like a write to -1
> (relative to the next page) than a random memory error.

Note though that that offset is only special with respect to locations
on disk; it was not a special address in memory. I'm wondering about
transient flakiness in your disk drive controller causing it to
sometimes return bad data. Have you run any read/write disk tests?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-09-08 21:48:54 BUG #1248: pg_dump produces grants with concatonated elements
Previous Message Kjetil Torgrim Homme 2004-09-08 20:48:55 Re: PosgreSQL is crashing with a signal 11 - Bug?