#2272: deluged segfaults within few minutes after start
----------------------+-----------------------------------------------------
 Reporter:  incanus   |       Owner:                
     Type:  bug       |      Status:  new           
 Priority:  major     |   Milestone:  not applicable
Component:  other     |     Version:  1.3.6         
 Keywords:  segfault  |  
----------------------+-----------------------------------------------------
Changes (by antoviaque):

 * cc: xavier@… (added)
  * version:  1.3.3 => 1.3.6


Comment:

 I have this issue too on 1.3.6:

 {{{
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0x7ffff2f3a700 (LWP 3788)]
 RC4 () at rc4-x86_64.s:154
 154     rc4-x86_64.s: No such file or directory.
 (gdb) thread apply all backtrace

 Thread 6 (Thread 0x7ffff1106700 (LWP 3791)):
 #0  0x00007ffff7bc8d84 in pthread_cond_wait@@GLIBC_2.3.2 () from
 /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007ffff480e44b in
 boost::asio::detail::task_io_service::run(boost::system::error_code&) ()
 from /usr/lib/libtorrent-rasterbar.so.6
 #2  0x00007ffff480e716 in
 
boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_io_service_runner>::run()
 () from /usr/lib/libtorrent-rasterbar.so.6
 #3  0x00007ffff480a36e in boost_asio_detail_posix_thread_function () from
 /usr/lib/libtorrent-rasterbar.so.6
 #4  0x00007ffff7bc4e9a in start_thread () from /lib/x86_64-linux-
 gnu/libpthread.so.0
 #5  0x00007ffff699eccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #6  0x0000000000000000 in ?? ()

 Thread 4 (Thread 0x7ffff2739700 (LWP 3789)):
 #0  0x00007ffff7bc8d84 in pthread_cond_wait@@GLIBC_2.3.2 () from
 /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007ffff480e44b in
 boost::asio::detail::task_io_service::run(boost::system::error_code&) ()
 from /usr/lib/libtorrent-rasterbar.so.6
 #2  0x00007ffff480e716 in
 
boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_io_service_runner>::run()
 () from /usr/lib/libtorrent-rasterbar.so.6
 #3  0x00007ffff480a36e in boost_asio_detail_posix_thread_function () from
 /usr/lib/libtorrent-rasterbar.so.6
 #4  0x00007ffff7bc4e9a in start_thread () from /lib/x86_64-linux-
 gnu/libpthread.so.0
 #5  0x00007ffff699eccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #6  0x0000000000000000 in ?? ()

 Thread 3 (Thread 0x7ffff2f3a700 (LWP 3788)):
 #0  RC4 () at rc4-x86_64.s:154
 #1  0x0000000000000000 in ?? ()

 Thread 2 (Thread 0x7ffff373b700 (LWP 3787)):
 #0  0x00007ffff7bc8d84 in pthread_cond_wait@@GLIBC_2.3.2 () from
 /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x00007ffff47f3db2 in libtorrent::disk_io_thread::operator()() () from
 /usr/lib/libtorrent-rasterbar.so.6
 #2  0x00007ffff3b85ce9 in thread_proxy () from
 /usr/lib/libboost_thread.so.1.46.1
 #3  0x00007ffff7bc4e9a in start_thread () from /lib/x86_64-linux-
 gnu/libpthread.so.0
 #4  0x00007ffff699eccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #5  0x0000000000000000 in ?? ()

 Thread 1 (Thread 0x7ffff7fe7700 (LWP 3782)):
 #0  0x00007ffff6993313 in poll () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x00000000004aea55 in ?? ()
 #2  0x0000000000466254 in PyEval_EvalFrameEx ()
 #3  0x0000000000466a42 in PyEval_EvalFrameEx ()
 #4  0x0000000000466a42 in PyEval_EvalFrameEx ()
 #5  0x000000000057bd02 in PyEval_EvalCodeEx ()
 #6  0x00000000004667f8 in PyEval_EvalFrameEx ()
 #7  0x000000000057bd02 in PyEval_EvalCodeEx ()
 #8  0x000000000057dcd0 in ?? ()
 #9  0x00000000004bf2a6 in PyObject_Call ()
 #10 0x00000000004a4b8a in ?? ()
 #11 0x00000000004bf2a6 in PyObject_Call ()
 #12 0x00000000004a393e in ?? ()
 #13 0x00000000004f8cf6 in ?? ()
 #14 0x00000000004bf2a6 in PyObject_Call ()
 ---Type <return> to continue, or q <return> to quit---
 #15 0x00000000004668da in PyEval_EvalFrameEx ()
 #16 0x000000000057bd02 in PyEval_EvalCodeEx ()
 #17 0x00000000004667f8 in PyEval_EvalFrameEx ()
 #18 0x000000000057bd02 in PyEval_EvalCodeEx ()
 #19 0x000000000057c77d in PyRun_FileExFlags ()
 #20 0x000000000057e4a1 in PyRun_SimpleFileExFlags ()
 #21 0x0000000000512cfd in Py_Main ()
 #22 0x00007ffff68cc76d in __libc_start_main () from /lib/x86_64-linux-
 gnu/libc.so.6
 #23 0x000000000041ba51 in _start ()
 }}}

 It seem similar to an issue also affecting qBittorrent:
 https://github.com/qbittorrent/qBittorrent/issues/750

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2272#comment:5>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to