Re: What could cause total crash of a postgres

From: Neil Conway <neilc(at)samurai(dot)com>
To: Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com>
Cc: Peter Alberer <h9351252(at)obelix(dot)wu-wien(dot)ac(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: What could cause total crash of a postgres
Date: 2002-12-03 07:50:01
Message-ID: 1038901801.378.10.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2002-12-02 at 15:05, Medi Montaseri wrote:
> I'hve also had some crashes that circle around memory management
> particularly free-ing memory.....

AFAICS these two crashes have nothing to do with one another.

> In my case it has to to with a functiion called pfree() which is a macro
> on top of free().

(BTW, pfree() is *not* a macro on top of free().)

You've posted the stack backtrace from your 7.2.3 crash in the past, but
AFAIK no one has followed up on it. Could you see if you can reproduce
the problem in 7.3, and if you can get a backtrace from a core dump
produced by a version of PostgreSQL with debugging symbols? (./configure
--enable-debug).

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Harry Yau 2002-12-03 09:13:09 Problem of Null Ordering
Previous Message Neil Conway 2002-12-03 07:33:28 Re: 7.3 on OS X HOWTO