| От | pgsql-bugs@postgresql.org |
|---|---|
| Тема | Bug #531: libpq: Operations following PQfinish() work. |
| Дата | |
| Msg-id | 200112061835.fB6IZnx78865@postgresql.org обсуждение исходный текст |
| Ответы |
Re: Bug #531: libpq: Operations following PQfinish() work.
|
| Список | pgsql-bugs |
Anthony Chavez (anthony@xmission.com) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description libpq: Operations following PQfinish() work. Long Description The PGconn *conn argument to PQfinish() is not set to NULL. As a result, calling libpq functions---in particular, PQexec()---afterPQfinish() has been called, continue to work until the following segmentation fault occurs: Program received signal SIGSEGV, Segmentation fault. 0x4044dec7 in resetPQExpBuffer () from /usr/lib/libpq.so.2 This can be misleading, and it may be wise to set conn = NULL before PQfinish() returns. Environment: PostgreSQL 7.1.3 / RedHat Linux 7.1. Sample Code No file was uploaded with this report
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера