View Single Post

   
  #2 (permalink)  
Old 04-15-2008, 08:35 PM
Tom Lane
 
Posts: n/a
Default Re: postgres 8.2.6 core dump when initialising.

Darren Reed <darrenr+postgres@fastmail.net> writes:
> Program terminated with signal 11, Segmentation fault.
> #0 0x0829845c in RelationCacheInitializePhase2 () at relcache.c:2400
> 2400 LOAD_CRIT_INDEX(TriggerRelidNameIndexId);
> (gdb) where
> #0 0x0829845c in RelationCacheInitializePhase2 () at relcache.c:2400


This appears to be the exact same problem you reported back in February:
http://archives.postgresql.org/pgsql...2/msg00370.php

I'm thinking there must be something about what you are doing that
is triggering this issue. Care to give us a full data dump on your
maintenance habits?

It might be useful if we could look at a pg_filedump dump of your
pg_class table, too.
http://sources.redhat.com/rhdb/

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