Advertisement
Guest User

Untitled

a guest
Jan 8th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. (gdb) bt
  2. #0 0xffffe430 in __kernel_vsyscall ()
  3. #1 0xb7822441 in raise () from /lib/libc.so.6
  4. #2 0xb7823b82 in abort () from /lib/libc.so.6
  5. #3 0xb785d9e5 in ?? () from /lib/libc.so.6
  6. #4 0xb7863821 in ?? () from /lib/libc.so.6
  7. #5 0xb7865088 in ?? () from /lib/libc.so.6
  8. #6 0xb786816d in free () from /lib/libc.so.6
  9. #7 0xb7a3dbb1 in operator delete(void*) () from /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/libstdc++.so.6
  10. #8 0xb7a1a54d in std::string::_Rep::_M_destroy(std::allocator<char> const&) () from /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/libstdc++.so.6
  11. #9 0xb7a1beac in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() () from /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/libstdc++.so.6
  12. #10 0x0804992c in addressBook::display (this=0x8067f58, con=0x804e568) at addressBook_v2.cpp:159
  13. #11 0x0804a422 in main () at addressBook_v2.cpp:285
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement