Advertisement
Guest User

lxc-backup-randomly-hangs-at-suspend-gdb

a guest
Feb 13th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. gdb
  2. GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word".
  16. (gdb) attach 961
  17. Attaching to process 961
  18. Reading symbols from /usr/bin/lxcfs...Reading symbols from /usr/lib/debug/.build-id/44/48b619bbd976a386ee5cf7c30cc03a7cabc4f7.debug...done.
  19. done.
  20. Reading symbols from /lib/x86_64-linux-gnu/libfuse.so.2...(no debugging symbols found)...done.
  21. Loaded symbols for /lib/x86_64-linux-gnu/libfuse.so.2
  22. Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libpthread-2.19.so...done.
  23. done.
  24. [New LWP 41916]
  25. [New LWP 63119]
  26. [New LWP 63118]
  27. [New LWP 59470]
  28. [New LWP 22273]
  29. [New LWP 28696]
  30. [New LWP 9292]
  31. [New LWP 2517]
  32. [New LWP 979]
  33. [New LWP 978]
  34. [Thread debugging using libthread_db enabled]
  35. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  36. Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
  37. Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libc-2.19.so...done.
  38. done.
  39. Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
  40. Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.19.so...done.
  41. done.
  42. Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
  43. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.19.so...done.
  44. done.
  45. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  46. sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
  47. 85 ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Aucun fichier ou dossier de ce type.
  48. (gdb) bt
  49. #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
  50. #1 0x00007fe497b57588 in fuse_session_loop_mt () from /lib/x86_64-linux-gnu/libfuse.so.2
  51. #2 0x00007fe497b5cd27 in fuse_loop_mt () from /lib/x86_64-linux-gnu/libfuse.so.2
  52. #3 0x00007fe497b5f91d in ?? () from /lib/x86_64-linux-gnu/libfuse.so.2
  53. #4 0x0000000000401b4f in main (argc=2, argv=0x7ffca6be0b58) at lxcfs.c:3193
  54. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement