On 05/24/2012 11:14 AM, gilsonla...@yahoo.com wrote:
The following bug has been logged on the website:

Bug reference:      6663
Logged by:          Gilson Lasco
Email address:      gilsonla...@yahoo.com
PostgreSQL version: 9.1.3
Operating system:   Linux Ubuntu 12.04 x64
Description:

while PQconnectdb returns addresses below 2gb, PQfinish works nicely.
First conn obj above 2gb line and PGfinish segfaults.
Backtrace? Minimal test program to demonstrate the problem?

Did you compile libpq yourself, or is it a packaged version? If packaged, from where?

What compiler options were used in the build of libpq? and of your program?

Does more than one thread ever access libpq at a time? There are strict threading rules around how you can access libpq and connections. See the documentation. If you violate them, you enter undefined behavior territory.

If you run your test program under valgrind, do you see any issues?

using libpq.a with a C multithread program





--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to