Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Program received signal SIGABRT, Aborted.
  2. [Switching to Thread 0x7fffec5f6700 (LWP 31258)]
  3. 0x00007ffff61218a5 in raise () from /lib64/libc.so.6
  4. Missing separate debuginfos, use: debuginfo-install boost-thread-1.41.0-11.el6_1.2.x86_64 glibc-2.12-1.80.el6_3.5.x86_64 libaio-0.3.107-10.el6.x86_64 libgcc-4.4.6-4.el6.x86_64 libstdc++-4.4.6-4.el6.x86_64 libuuid-2.17.2-12.7.el6.x86_64 nspr-4.9.1-2.el6_3.x86_64 nss-3.13.5-1.el6_3.x86_64 nss-softokn-3.12.9-11.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 nss-util-3.13.5-1.el6_3.x86_64 sqlite-3.6.20-1.el6.x86_64
  5. (gdb) bt
  6. #0 0x00007ffff61218a5 in raise () from /lib64/libc.so.6
  7. #1 0x00007ffff6123085 in abort () from /lib64/libc.so.6
  8. #2 0x00007ffff69daa5d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
  9. #3 0x00007ffff69d8be6 in ?? () from /usr/lib64/libstdc++.so.6
  10. #4 0x00007ffff69d8c13 in std::terminate() () from /usr/lib64/libstdc++.so.6
  11. #5 0x00007ffff69d8d0e in __cxa_throw () from /usr/lib64/libstdc++.so.6
  12. #6 0x000000000083fb7e in copy_out (this=0x7fffec5f5560, len=4, dest=0x7fffec5f519c "") at include/buffer.h:194
  13. #7 ceph::buffer::list::iterator::copy (this=0x7fffec5f5560, len=4, dest=0x7fffec5f519c "") at common/buffer.cc:526
  14. #8 0x0000000000863648 in decode_raw<__le32> (cct=0x13c3cf0, t=..., key=..., iter=..., error="") at include/encoding.h:57
  15. #9 decode (cct=0x13c3cf0, t=..., key=..., iter=..., error="") at include/encoding.h:102
  16. #10 decode (cct=0x13c3cf0, t=..., key=..., iter=..., error="") at include/encoding.h:254
  17. #11 decode_decrypt<CephXAuthorizeReply> (cct=0x13c3cf0, t=..., key=..., iter=..., error="") at auth/cephx/CephxProtocol.h:473
  18. #12 0x000000000085e257 in CephXAuthorizer::verify_reply (this=0x7fffac05de10, indata=...) at auth/cephx/CephxProtocol.cc:475
  19. #13 0x00000000008c1737 in Pipe::connect (this=0x7fffcc02b6f0) at msg/Pipe.cc:812
  20. #14 0x00000000008c4413 in Pipe::writer (this=0x7fffcc02b6f0) at msg/Pipe.cc:1295
  21. #15 0x00000000008c65ed in Pipe::Writer::entry (this=<value optimized out>) at msg/Pipe.h:59
  22. #16 0x00007ffff744d851 in start_thread () from /lib64/libpthread.so.0
  23. #17 0x00007ffff61d711d in clone () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement