Re: BUG #1092: Memory Fault in PQsetdbLogin - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1092: Memory Fault in PQsetdbLogin
Date
Msg-id 26094.1078415104@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1092: Memory Fault in PQsetdbLogin  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> When opening two connections using PQsetdbLogin one of the connections was
> apparently being dropped, and I would get segmentation errors.
> I rebuilt the program using dmalloc and it reported...
> debug-malloc library: dumping program, fatal error
>    Error: invalid allocation size (err 40)
> ...when PQsetdbLogin was called.
> I replaced the call to PQsetdbLogin with an equivalent call to PQconnectdb.
> dmalloc does not report any errors with PQconnectdb and the original two
> problems seem to have gone away.

This is a bit hard to believe, seeing that as of 7.4 these two functions
are trivial wrappers around the same set of underlying functions.
You're going to need to provide more detail, or preferably a
reproducible test case.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1092: Memory Fault in PQsetdbLogin
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1093: wrong handling of additional parameters in init script