View Single Post

   
  #6 (permalink)  
Old 04-17-2008, 05:10 PM
Tom Lane
 
Posts: n/a
Default Re: postgres 8.2.6 core dump when initialising.

Darren Reed <darrenr@fastmail.net> writes:
> Tom Lane wrote:
>> BTW, could you send me the contents of file 24579 in that database
>> (dump it with pg_filedump, same as before)? According to your dump
>> that's the reindexed version of pg_class_oid_index, and I'm curious
>> to see whether it contains index entries pointing at block 7 of
>> pg_class. If my theory is right then it will.


> Attached.


Sure enough, there are 26 index entries referencing block 7, which
matches the number of updates into that block that seemed to have
occurred according to pg_class. So those updates definitely happened,
and then *something* made block 7 go away.

What's the platform here --- what kernel, what version exactly,
what hardware and disk subsystem? I think your problem is somewhere
in there ...

regards, tom lane

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply With Quote