Advertisement
Guest User

without disconnect()

a guest
Apr 12th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.67 KB | None | 0 0
  1. (gdb) bt
  2. #0  0x00007ffff7ba5fdb in pqxx::connection_base::close() () from /usr/lib/libpqxx-3.1.so
  3. #1  0x0000000000401d3e in pqxx::basic_connection<pqxx::connect_direct>::~basic_connection (this=0x3,
  4.     __in_chrg=<optimized out>) at /usr/include/pqxx/basic_connection.hxx:74
  5. #2  0x0000000000401a3d in PGConnection::~PGConnection (this=0x7fffffffe600, __in_chrg=<optimized out>)
  6.     at pgconnection.cpp:57
  7. #3  0x00000000004026a3 in main () at main.cpp:11
  8. (gdb) frame 2
  9. #2  0x0000000000401a3d in PGConnection::~PGConnection (this=0x7fffffffe600, __in_chrg=<optimized out>)
  10.     at pgconnection.cpp:57
  11. 57          delete conn;
  12. (gdb) print conn
  13. $1 = (pqxx::connection *) 0x3
  14. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement