Guest User

2

a guest
May 30th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. root@Tower:/config$ gdb --args /usr/bin/python2 /usr/bin/deluged -c /config -d --loglevel=info -l /config/deluged.log
  2. GNU gdb (GDB) 7.12
  3. Copyright (C) 2016 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-alpine-linux-musl".
  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. Reading symbols from /usr/bin/python2...(no debugging symbols found)...done.
  17. (gdb) run
  18. Starting program: /usr/bin/python2 /usr/bin/deluged -c /config -d --loglevel=info -l /config/deluged.log
  19. [New LWP 417]
  20. [New LWP 418]
  21. [New LWP 419]
  22.  
  23. Thread 2 "python2" received signal SIGSEGV, Segmentation fault.
  24. [Switching to LWP 417]
  25. 0x00002aaab116fa07 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  26. (gdb) thread apply all backtrace
  27.  
  28. Thread 4 (LWP 419):
  29. #0 0x00002aaaaaafe8ce in __clone () from /lib/ld-musl-x86_64.so.1
  30. #1 0x00002aaaaaafc045 in ?? () from /lib/ld-musl-x86_64.so.1
  31. #2 0x00002aaab22a7af8 in ?? ()
  32. #3 0x0000000000000000 in ?? ()
  33.  
  34. Thread 3 (LWP 418):
  35. #0 0x00002aaaaaacbd09 in epoll_pwait () from /lib/ld-musl-x86_64.so.1
  36. #1 0x0000555555b537c0 in ?? ()
  37. #2 0x00002aaaaad26278 in ?? ()
  38. #3 0x00002aaab10968bc in boost::asio::detail::epoll_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) ()
  39. from /usr/lib/libtorrent-rasterbar.so.8
  40. #4 0x00002aaab109c07d in boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thr ead_info&, boost::system::error_code const&) () from /usr/lib/libtorrent-rasterbar.so.8
  41. #5 0x00002aaab109c22f in boost::asio::detail::task_io_service::run(boost::system::error_code&) () from /usr/lib/libtorrent-rasterbar.so.8
  42. #6 0x00002aaab1154a83 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  43. #7 0x00002aaab10947d3 in boost_asio_detail_posix_thread_function () from /usr/lib/libtorrent-rasterbar.so.8
  44. #8 0x00002aaaaaafc9d9 in ?? () from /lib/ld-musl-x86_64.so.1
  45. #9 0x0000000000000000 in ?? ()
  46.  
  47. Thread 2 (LWP 417):
  48. #0 0x00002aaab116fa07 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  49. #1 0x00002aaab1171017 in libtorrent::default_storage::readwritev(iovec const*, int, int, int, libtorrent::default_storage::fileop const&) () from /usr/lib/libtorrent-rasterbar.so.8
  50. #2 0x00002aaab117176a in libtorrent::default_storage::readv(iovec const*, int, int, int, int) () from /usr/lib/libtorrent-rasterbar.so.8
  51. #3 0x00002aaab116ff37 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  52. #4 0x00002aaab1174668 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  53. #5 0x00002aaab117535b in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  54. #6 0x00002aaab10b7890 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
  55. #7 0x00002aaab10947d3 in boost_asio_detail_posix_thread_function () from /usr/lib/libtorrent-rasterbar.so.8
  56. #8 0x00002aaaaaafc9d9 in ?? () from /lib/ld-musl-x86_64.so.1
  57. #9 0x0000000000000000 in ?? ()
  58.  
  59. Thread 1 (LWP 411):
  60. #0 0x00002aaaaaacbd09 in epoll_pwait () from /lib/ld-musl-x86_64.so.1
  61. #1 0x0000000000000123 in ?? ()
  62. #2 0x00002aaaaab89240 in ?? ()
  63. #3 0x00002aaaae878e81 in ?? () from /usr/lib/python2.7/lib-dynload/select.so
  64. #4 0x00002aaaaadf54e9 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  65. #5 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  66. #6 0x00002aaaaadf5671 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  67. #7 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  68. #8 0x00002aaaaadf5671 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  69. #9 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  70. #10 0x00002aaaaadf5671 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  71. #11 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  72. #12 0x00002aaaaad9b144 in ?? () from /usr/lib/libpython2.7.so.1.0
  73. #13 0x00002aaaaad7e22e in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  74. #14 0x00002aaaaad89f98 in ?? () from /usr/lib/libpython2.7.so.1.0
  75. #15 0x00002aaaaad7e22e in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  76. #16 0x00002aaaaadc27fe in ?? () from /usr/lib/libpython2.7.so.1.0
  77. #17 0x00002aaaaadbfe44 in ?? () from /usr/lib/libpython2.7.so.1.0
  78. #18 0x00002aaaaad7e22e in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  79. #19 0x00002aaaaadf6b54 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  80. #20 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  81. #21 0x00002aaaaadf5671 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  82. #22 0x00002aaaaadf73c7 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  83. #23 0x00002aaaaadf7446 in PyEval_EvalCode () from /usr/lib/libpython2.7.so.1.0
  84. #24 0x00002aaaaae0bc6e in ?? () from /usr/lib/libpython2.7.so.1.0
  85. #25 0x00002aaaaae0caa8 in PyRun_FileExFlags () from /usr/lib/libpython2.7.so.1.0
  86. #26 0x00002aaaaae0db29 in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.7.so.1.0
  87. #27 0x00002aaaaae1acec in Py_Main () from /usr/lib/libpython2.7.so.1.0
  88. #28 0x00002aaaaaac8950 in __libc_start_main () from /lib/ld-musl-x86_64.so.1
  89. #29 0x0000000000000000 in ?? ()
  90. (gdb)
Add Comment
Please, Sign In to add comment