Re: BUG #6663: 64bit *conn not handled properly by PQfinish
От | Craig Ringer |
---|---|
Тема | Re: BUG #6663: 64bit *conn not handled properly by PQfinish |
Дата | |
Msg-id | 4FC572F7.4050503@ringerc.id.au обсуждение исходный текст |
Ответ на | BUG #6663: 64bit *conn not handled properly by PQfinish (gilsonlasco@yahoo.com) |
Список | pgsql-bugs |
On 05/24/2012 11:14 AM, gilsonlasco@yahoo.com wrote: > The following bug has been logged on the website: > > Bug reference: 6663 > Logged by: Gilson Lasco > Email address: gilsonlasco@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 > > >
В списке pgsql-bugs по дате отправления: