Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  2. Copyright (C) 2012 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "i686-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /usr/bin/ceph-mds...(no debugging symbols found)...done.
  11. [New LWP 21160]
  12. [New LWP 21163]
  13. [New LWP 21164]
  14. [New LWP 21167]
  15. [New LWP 21165]
  16. [New LWP 21161]
  17. [New LWP 15687]
  18. [New LWP 21162]
  19. [New LWP 21166]
  20. [New LWP 15680]
  21. [New LWP 15676]
  22. [New LWP 21168]
  23. [New LWP 15673]
  24. [New LWP 15671]
  25. [New LWP 15675]
  26. [New LWP 15688]
  27. [New LWP 15677]
  28. [New LWP 15679]
  29. [New LWP 15674]
  30. [New LWP 21143]
  31. [New LWP 21146]
  32. [New LWP 21145]
  33. [New LWP 21142]
  34. [New LWP 21159]
  35. [New LWP 21147]
  36. [New LWP 21144]
  37. [New LWP 21150]
  38. [New LWP 21157]
  39. [New LWP 21158]
  40. [New LWP 15689]
  41. [New LWP 21153]
  42. [New LWP 21156]
  43. [New LWP 15672]
  44. [New LWP 15678]
  45.  
  46. warning: Can't read pathname for load map: Input/output error.
  47. [Thread debugging using libthread_db enabled]
  48. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  49. Core was generated by `/usr/bin/ceph-mds -i b --pid-file /var/run/ceph/mds.b.pid -c /tmp/ceph.conf.244'.
  50. Program terminated with signal 6, Aborted.
  51. #0 0xb7778424 in __kernel_vsyscall ()
  52. (gdb) bt
  53. #0 0xb7778424 in __kernel_vsyscall ()
  54. #1 0xb75fadde in raise () from /lib/i386-linux-gnu/libpthread.so.0
  55. #2 0x08486670 in ?? ()
  56. #3 <signal handler called>
  57. #4 0xb7778424 in __kernel_vsyscall ()
  58. #5 0xb72d41df in raise () from /lib/i386-linux-gnu/libc.so.6
  59. #6 0xb72d7825 in abort () from /lib/i386-linux-gnu/libc.so.6
  60. #7 0xb754813d in __gnu_cxx::__verbose_terminate_handler() ()
  61. from /usr/lib/i386-linux-gnu/libstdc++.so.6
  62. #8 0xb7545ed3 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
  63. #9 0xb7545f0f in std::terminate() ()
  64. from /usr/lib/i386-linux-gnu/libstdc++.so.6
  65. #10 0xb754605e in __cxa_throw () from /usr/lib/i386-linux-gnu/libstdc++.so.6
  66. #11 0x080d1a8a in ?? ()
  67. #12 0x0811a3b9 in EMetaBlob::replay(MDS*, LogSegment*) ()
  68. #13 0x081215de in EUpdate::replay(MDS*) ()
  69. #14 0x08310e77 in MDLog::_replay_thread() ()
  70. #15 0x08102432 in MDLog::ReplayThread::entry() ()
  71. #16 0x083ff3ff in Thread::_entry_func(void*) ()
  72. #17 0xb75f2d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
  73. #18 0xb7394d3e in clone () from /lib/i386-linux-gnu/libc.so.6
  74. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement