Advertisement
Guest User

Red_Tide

a guest
Sep 26th, 2007
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. (gdb) run /usr/bin/deluge
  2. Starting program: /usr/bin/python /usr/bin/deluge
  3. (no debugging symbols found)
  4. (no debugging symbols found)
  5. (no debugging symbols found)
  6. (no debugging symbols found)
  7. [Thread debugging using libthread_db enabled]
  8. [New Thread -1211337024 (LWP 7960)]
  9. (no debugging symbols found)
  10. (no debugging symbols found)
  11. (no debugging symbols found)
  12. (no debugging symbols found)
  13. (no debugging symbols found)
  14. (no debugging symbols found)
  15. (no debugging symbols found)
  16. (no debugging symbols found)
  17. (no debugging symbols found)
  18. (no debugging symbols found)
  19. (no debugging symbols found)
  20. (no debugging symbols found)
  21. (no debugging symbols found)
  22. (no debugging symbols found)
  23. (no debugging symbols found)
  24. (no debugging symbols found)
  25. (no debugging symbols found)
  26. (no debugging symbols found)
  27. ---Type <return> to continue, or q <return> to quit---
  28. (no debugging symbols found)
  29. (no debugging symbols found)
  30. (no debugging symbols found)
  31. (no debugging symbols found)
  32. (no debugging symbols found)
  33. (no debugging symbols found)
  34. (no debugging symbols found)
  35. (no debugging symbols found)
  36. (no debugging symbols found)
  37. (no debugging symbols found)
  38. (no debugging symbols found)
  39. (no debugging symbols found)
  40. (no debugging symbols found)
  41. (no debugging symbols found)
  42. (no debugging symbols found)
  43. (no debugging symbols found)
  44. (no debugging symbols found)
  45. (no debugging symbols found)
  46. (no debugging symbols found)
  47. (no debugging symbols found)
  48. (no debugging symbols found)
  49. (no debugging symbols found)
  50. (no debugging symbols found)
  51. ---Type <return> to continue, or q <return> to quit---
  52. (no debugging symbols found)
  53. (no debugging symbols found)
  54. (no debugging symbols found)
  55. (no debugging symbols found)
  56. (no debugging symbols found)
  57. (no debugging symbols found)
  58. (no debugging symbols found)
  59. (no debugging symbols found)
  60. (no debugging symbols found)
  61. (no debugging symbols found)
  62. (no debugging symbols found)
  63. (no debugging symbols found)
  64. (no debugging symbols found)
  65. (no debugging symbols found)
  66. (no debugging symbols found)
  67. (no debugging symbols found)
  68. (no debugging symbols found)
  69. (no debugging symbols found)
  70. (no debugging symbols found)
  71. (no debugging symbols found)
  72. (no debugging symbols found)
  73. (no debugging symbols found)
  74. (no debugging symbols found)
  75. ---Type <return> to continue, or q <return> to quit---
  76. (no debugging symbols found)
  77. no existing Deluge session
  78. Starting new Deluge session...
  79. deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
  80. [New Thread -1232594032 (LWP 7964)]
  81. [New Thread -1240986736 (LWP 7965)]
  82. [New Thread -1249379440 (LWP 7966)]
  83. Applying preferences
  84. (no debugging symbols found)
  85. (no debugging symbols found)
  86. Pickling state...
  87. Scanning plugin dir /usr/share/deluge/plugins
  88. Initialising plugin NetworkHealth
  89. Initialising plugin ExtraStats
  90. (no debugging symbols found)
  91. (no debugging symbols found)
  92. (no debugging symbols found)
  93. Initialising plugin SpeedLimiter
  94. Initialising plugin SimpleRSS
  95. Initialising plugin EventLogging
  96. Initialising plugin TorrentPeers
  97. (no debugging symbols found)
  98. Initialising plugin TorrentPieces
  99. (no debugging symbols found)
  100. (no debugging symbols found)
  101. (no debugging symbols found)
  102. Initialising plugin BlocklistImport
  103. Initialising plugin TorrentCreator
  104. Initialising plugin DesiredRatio
  105. Initialising plugin NetworkGraph
  106. Initialising plugin WebSeed
  107. Initialising plugin TorrentNotification
  108. Initialising plugin TorrentSearch
  109. Initialising plugin Locations
  110. Initialising plugin TorrentFiles
  111. Initialising plugin MoveTorrent
  112. (no debugging symbols found)
  113. Applying preferences
  114. Starting DHT...
  115. [New Thread -1259332720 (LWP 7967)]
  116. (no debugging symbols found)
  117. (no debugging symbols found)
  118. Showing window
  119. (no debugging symbols found)
  120. [New Thread -1270170736 (LWP 7969)]
  121.  
  122. Program received signal SIGSEGV, Segmentation fault.
  123. [Switching to Thread -1232594032 (LWP 7964)]
  124. 0xb78cc60a in libtorrent::file::seek ()
  125. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  126. (gdb) bt
  127. #0 0xb78cc60a in libtorrent::file::seek ()
  128. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  129. #1 0xb78c2d9f in libtorrent::storage::read_impl ()
  130. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  131. #2 0xb78c34c1 in libtorrent::storage::read ()
  132. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  133. #3 0xb78be809 in libtorrent::piece_manager::read_impl ()
  134. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  135. #4 0xb78b0044 in libtorrent::disk_io_thread::operator() ()
  136. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  137. #5 0xb78b3a7f in boost::detail::function::void_function_ref_invoker0<libtorrent::disk_io_thread, void>::invoke ()
  138. from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  139. #6 0xb79f169c in boost::function0<void, std::allocator<boost::function_base> >::operator() () from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
  140. #7 0xb7793587 in ?? () from /usr/lib/libboost_thread-mt.so
  141. #8 0xb7e2c162 in start_thread () from /lib/libpthread.so.0
  142. #9 0xb7d8afee in clone () from /lib/libc.so.6
  143. (gdb)
  144.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement