Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (160 - 162 of 2447)

Ticket Resolution Summary Owner Reporter
#1350 WorksForMe deluged crash on "Force recheck" of errored torrent fuzzy
Description

I am able to crash deluged pretty much every time if a torrent goes into error and I force a recheck. If I hit "resume", then it resumes but doesn't crash. Crash output on console if deluged is not put into daemon mode:

python: malloc.c:3951: libc_valloc: Assertion `!p
((((mchunkptr)((char*)(p) - 2*(sizeof(size_t)))))->size & 0x2) ar_ptr == (((((mchunkptr)((char*)(p) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info *)((unsigned long)(((mchunkptr)((char*)(p) - 2*(sizeof(size_t))))) & ~((2 * (512 * 1024))-1)))->ar_ptr : &main_arena)' failed.

Aborted

#1398 WorksForMe deluge-console commands with parameter --help fail xpozitron Description

When I am running commands from command line with parameter --help it fails.

$ deluge-console info --help Traceback (most recent call last):

File "/usr/bin/deluge-console", line 8, in <module>

load_entry_point('deluge==1.3.1', 'console_scripts', 'deluge-console')()

File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 74, in start

Console().start()

File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 69, in start

super(Console, self).start()

File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 87, in start

(self.options, self.args) = self.parser.parse_args()

File "/usr/lib/python2.6/optparse.py", line 1394, in parse_args

stop = self._process_args(largs, rargs, values)

File "/usr/lib/python2.6/optparse.py", line 1434, in _process_args

self._process_long_opt(rargs, values)

File "/usr/lib/python2.6/optparse.py", line 1509, in _process_long_opt

option.process(opt, value, values, self)

File "/usr/lib/python2.6/optparse.py", line 788, in process

self.action, self.dest, opt, value, values, parser)

File "/usr/lib/python2.6/optparse.py", line 810, in take_action

parser.print_help()

File "/usr/lib/python2.6/optparse.py", line 1664, in print_help

file.write(self.format_help().encode(encoding, "replace"))

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 35: ordinal not in range(128)

$ deluge-console "info --help" Error parsing options: 'ascii' codec can't decode byte 0xc5 in position 135: ordinal not in range(128)

$ deluge-console "add --help" Error parsing options: 'ascii' codec can't decode byte 0xc5 in position 71: ordinal not in range(128)

Version: deluge 1.3.1-2~karmic~ppa1 deluge-common 1.3.1-2~karmic~ppa1 deluge-console 1.3.1-2~karmic~ppa1 deluge-gtk 1.3.1-2~karmic~ppa1 deluge-web 1.3.1-2~karmic~ppa1 deluged 1.3.1-2~karmic~ppa1

Linux Arcueid 2.6.31-22-generic #68-Ubuntu SMP Tue Oct 26 16:38:35 UTC 2010 i686 GNU/Linux

#1401 WorksForMe Tracker sidebar list not reflecting tracker change XChesser Description

When I change the tracker for the torrent, "Tracker" column doesn't apply changes. It happens only if I open Edit Trackers window again and press OK. The same behavior in the case of trackers order edit: "Tracker" column is changed only after the second OK.

44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.