Thread

  1. libpq++ : constructor - destructor problem with PgConnection

    Vlyminckx Frederic <frederic.vlyminckx@be.bepco.com> — 2000-11-14T14:56:17Z

    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)