Re: PQexec hangs, stuck on malloc_consolidate

From: Tor Gunston <tor(at)tor(dot)to>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PQexec hangs, stuck on malloc_consolidate
Date: 2004-01-12 04:01:04
Message-ID: 1073880063.3129.14.camel@cletus.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You are correct. It was my own fault.

Thanks for your time.

On Sun, 2004-01-11 at 15:42, Tom Lane wrote:
>
> This suggests to me that something has clobbered malloc's internal data
> structures. The most common cause of such an error is writing past the
> end of a memory block obtained from malloc; other likely causes are
> writing on already-freed memory, and ye ever-popular plain old wild store.
>
>
> I think it much more likely to be a bug in your surrounding program.
> If you can provide a simple test case that reproduces the problem,
> though, we can investigate the possibility of a bug in libpq.

--
Tor Gunston <tor(at)tor(dot)to>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Russell Shaw 2004-01-12 05:22:20 Cluster in users home
Previous Message Andreas 2004-01-12 03:40:22 Re: One big database or little separate ones?