postmaster dies

From: Maurice Gittens <mgittens(at)asaf(dot)gits(dot)nl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postmaster dies
Date: 1998-02-10 10:00:58
Message-ID: 199802101000.LAA03650@asaf.gits.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Every now and then the postmaster dies without reason.
I'm using vanilla 6.2.1 under Linux 2.0.33 (libc 5).
I also make use of large objects.
gdb and the core file says that the crash is happening in free().

Does anyone have a clue?

#0 0x810ae53 in free ()
#1 0x80e609e in AllocSetFree ()
#2 0x80e6583 in pstrdup ()
#3 0x80e62a2 in MemoryContextFree ()
#4 0x80e647d in pfree ()
#5 0x80c618d in HandleFunctionRequest ()
#6 0x80c7768 in PostgresMain ()
#7 0x8095d03 in main ()
#8 0x80648cb in _start ()

Thanks in advance.
Maurice

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-02-10 11:49:27 Access to latest snapshot
Previous Message Meskes, Michael 1998-02-10 09:38:48 RE: [HACKERS] Bug?