libpq++ : constructor - destructor problem with PgConnection

Поиск
Список
Период
Сортировка
От Vlyminckx Frederic
Тема libpq++ : constructor - destructor problem with PgConnection
Дата
Msg-id 3A115291.81D7D38B@be.bepco.com
обсуждение исходный текст
Список pgsql-bugs
The program:

#include <libpq++.H>
#include <unistd.h>


void main() {
   char *db = "dbname=ncadb";
   while (true) {
      PgConnection data(db);
   }
}


The output:
Segmentation fault (core dumped)
#include <libpq++.H>
#include <unistd.h>


void main() {
   char *db = "dbname=ncadb";
   while (true) {
      PgConnection data(db);
   }
}



Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] Re: no meaningful way to determine fe or be version?
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Use a view as opposed to a table and it doesn't work!