Custom Query (2447 matches)
Results (223 - 225 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#456 | Fixed | torrent list emptys by itself, restarting deluge fixes the problem but only for a few minutes | ||
Description |
On #deluge channel (Freenode), i've been told to paste here a bugticket generated by gdb, here it is: #0 0xb7f07410 in kernel_vsyscall () #1 0xb7d87085 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7d88a01 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb7dbfb7c in ?? () from /lib/tls/i686/cmov/libc.so.6 #4 0xb7dc8356 in ?? () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7dc9cad in malloc () from /lib/tls/i686/cmov/libc.so.6 #6 0xb71ca447 in operator new () from /usr/lib/libstdc++.so.6 #7 0xb7618fa6 in libtorrent::chained_buffer::append_buffer<boost::_bi::bind_t<void, boost::_mfi::mf2<void, libtorrent::aux::session_impl, char*, int>, boost::_bi::list3<boost::reference_wrapper<libtorrent::aux::session_impl>, boost::arg<1> (*)(), boost::_bi::value<int> > > > ()
#8 0xb76055bc in libtorrent::peer_connection::send_buffer ()
#9 0xb746b58c in libtorrent::bt_peer_connection::send_buffer ()
#10 0xb746d04e in libtorrent::bt_peer_connection::write_piece ()
#11 0xb760e431 in libtorrent::peer_connection::on_disk_read_complete ()
#12 0xb7617090 in boost::detail::function::void_function_obj_invoker2<boost::_bi::bind_t<void, boost::_mfi::mf3<void, libtorrent::peer_connection, int, libtorrent::disk_io_job const&, libtorrent::peer_request>, boost::_bi::list4<boost::_bi::value<boost::intrusive_ptr<libtorrent::peer_connection> >, boost::arg<1> (*)(), boost::arg<2> (*)(), boost::_bi::value<libtorrent::peer_request> > >, void, int---Type <return> to continue, or q <return> to quit--- , libtorrent::disk_io_job const&>::invoke ()
#13 0xb756c24e in boost::function2<void, int, libtorrent::disk_io_job const&, std::allocator<void> >::operator() () from /var/lib/python-support/python2.5/deluge/libtorrent.so #14 0xb756c5bb in asio::asio_handler_invoke<boost::_bi::bind_t<boost::_bi::unspecified, boost::function<void ()(int, libtorrent::disk_io_job const&), std::allocator<void> >, boost::_bi::list2<boost::_bi::value<int>, boost::_bi::value<libtorrent::disk_io_job> > > > ()
#15 0xb756c6b2 in asio::detail::handler_queue::handler_wrapper<boost::_bi::bind_t<boost::_bi::unspecified, boost::function<void ()(int, libtorrent::disk_io_job const&), std::allocator<void> >, boost::_bi::list2<boost::_bi::value<int>, boost::_bi::value<libtorrent::disk_io_job> > > >::do_call ()
#16 0xb74afd86 in asio::detail::task_io_service<asio::detail::epoll_reactor<false> >::run ()
#17 0xb75366b3 in libtorrent::aux::session_impl::operator() ()
#18 0xb75518ef in boost::detail::function::void_function_ref_invoker0<libtorrent::aux::session_impl, void>::invoke () from /var/lib/python-support/python2.5/deluge/libtorrent.so #19 0xb7636eac in boost::function0<void, std::allocator<boost::function_base> >::operator() ()
#20 0xb7216c27 in ?? () from /usr/lib/libboost_thread-gcc42-mt-1_34_1.so.1.34.1 #21 0xb7ede4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #22 0xb7e32e5e in clone () from /lib/tls/i686/cmov/libc.so.6 |
|||
#457 | Fixed | Progress bar for folders too | ||
Description |
http://forum.deluge-torrent.org/viewtopic.php?f=8&t=8945 Basically to have a progress bar display for folders. |
|||
#459 | Fixed | Option to prioritize "seeding" queue over download queue | ||
Description |
i have limits set for max acive torrents (3) and max download torrents (2). With these settings and a queue of torrent waiting to start then deluge , when one of active downloading torrents finishes, would start a new one and put the just finished in pause, so don't seed it. I'd like an option for deluge that makes it prioritize the seeding queue over the download queue. with my example i'd like that if there are 3 'to be seeded' torrent than those 3 would be active and no new one gets started. If seeding are 2 then first download one could be set active... and so on. (I think that utorrent has an option like this) |