conn = PQconnectdb(conninfo);

From: Peter Kroon <plakroon(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: conn = PQconnectdb(conninfo);
Date: 2015-07-17 21:00:07
Message-ID: CAOh+DOnHvMoqY6ZtmKq6_=XpM_KMihdZpQ1WkJddMVW+w1hHag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Every now and then my program will abort.
IAnd this is because: conn = PQconnectdb(conninfo);
The error given:
*** Error in `./server_prog': malloc(): smallbin double linked list
corrupted: 0x092c10a0 ***

Any thoughts on why I'm getting this message?

Regards,
Peter

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-07-17 22:15:48 Re: conn = PQconnectdb(conninfo);
Previous Message Tom Lane 2015-07-17 14:32:24 Re: Backup fatal issue