Re: Should this scare me?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ian Harding" <ianh(at)tpchd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Should this scare me?
Date: 2003-02-20 03:59:46
Message-ID: 16960.1045713586@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> psql in free(): warning: modified (chunk-) pointer.
> I am used to psql dumping core from time to time, although since upgrading to 7.3.1 it has not happened.
> Then this. Is it anything to fear?

It sure sounds like free() has detected something clobbering memory it
shouldn't --- at a guess, something overrunning a malloc'd buffer by a
few bytes. I'd recommend trying to trace the cause if you can. Is it
readily reproducible?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2003-02-20 04:08:44 Re: How do I upgrade or coexist PostgreSQL on a Cobalt
Previous Message Tom Lane 2003-02-20 03:37:45 Re: 7.3.1 takes long time to vacuum table?