Advertisement
Guest User

Untitled

a guest
Dec 16th, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x00007feb9e352f2b in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
  3. #1 0x00000000005f9962 in reraise_fatal (signum=6) at global/signal_handler.cc:59
  4. #2 0x00000000005f9b1d in handle_fatal_signal (signum=6) at global/signal_handler.cc:106
  5. #3 <signal handler called>
  6. #4 0x00007feb9c8d03a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
  7. #5 0x00007feb9c8d3b0b in abort () from /lib/x86_64-linux-gnu/libc.so.6
  8. #6 0x00007feb9d18ed7d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  9. #7 0x00007feb9d18cf26 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  10. #8 0x00007feb9d18cf53 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  11. #9 0x00007feb9d18d04e in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  12. #10 0x00000000005cddd7 in copy_out (dest=<optimized out>, l=<optimized out>, o=<optimized out>, this=<optimized out>)
  13. at ./include/buffer.h:193
  14. #11 ceph::buffer::list::iterator::copy (this=0x7fff87bebdb0, len=4, dest=0x7fff87bebc38 "@)\264\001") at common/buffer.cc:493
  15. #12 0x0000000000635970 in decode_raw<unsigned int> (t=@0x7fff87bebc38, p=...) at ./include/encoding.h:56
  16. #13 decode (p=..., v=<synthetic pointer>) at ./include/encoding.h:101
  17. #14 decode<unsigned int, PG::Interval> (m=..., p=<optimized out>) at ./include/encoding.h:483
  18. #15 0x000000000062a600 in PG::read_state (this=0x1b67000, store=0x1b31000) at osd/PG.cc:2334
  19. #16 0x000000000052f1cb in OSD::load_pgs (this=0x1b53000) at osd/OSD.cc:1177
  20. #17 0x0000000000544212 in OSD::init (this=0x1b53000) at osd/OSD.cc:668
  21. #18 0x00000000004af6c4 in main (argc=<optimized out>, argv=<optimized out>) at ceph_osd.cc:341
  22. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement