Re: BUG #2769: "invalid memory alloc request size <n>" on startup

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Jones <chris(at)cjones(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2769: "invalid memory alloc request size <n>" on startup
Date: 2006-11-26 16:36:52
Message-ID: 19017.1164559012@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chris Jones <chris(at)cjones(dot)org> writes:
> #0 0x081cd8ba in errfinish ()
> #1 0x081ce756 in elog_finish ()
> #2 0x081dd6e5 in MemoryContextAlloc ()
> #3 0x081ca14c in load_relcache_init_file ()
> #4 0x081c9164 in RelationCacheInitialize ()

Hmph. Apparently there is something wrong with the pg_internal.init
file in this database.

> I've dropped this database and restored it from backups to get it
> running again.

That was premature --- you could have just removed the broken init file
(which is merely a cache). I'm not sure how easy it'll be to identify
the problem with the cache file without an easy way to compare to valid
data, but if you want to send me the saved-off init file I'll take a
look. Which PG version is this again?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Zdenek Kotala 2006-11-26 16:58:37 Re: PostgreSQL 8.1.5: regression tests fail on sparc
Previous Message Michael Simms 2006-11-26 16:35:52 BUG #2784: Performance serious degrades over a period of a month