Advertisement
Guest User

with disconnect

a guest
Apr 12th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.52 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007ffff7ba4852 in pqxx::connection_base::is_open() const () from /usr/lib/libpqxx-3.1.so
  3. (gdb) bt
  4. #0  0x00007ffff7ba4852 in pqxx::connection_base::is_open() const () from /usr/lib/libpqxx-3.1.so
  5. #1  0x00000000004019d3 in PGConnection::disconnect (this=0x7fffffffe600) at pgconnection.cpp:42
  6. #2  0x000000000040269e in main () at main.cpp:8
  7. (gdb) frame 2
  8. #2  0x000000000040269e in main () at main.cpp:8
  9. 8       pgConn.disconnect();
  10. (gdb) print pgConn
  11. $1 = {conn = 0x3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement