Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 2449)

Ticket Resolution Summary Owner Reporter
#962 Fixed "Segmantation fault" when removing several torrents from disk andar tim.kornhammar@…
Description

SVN: r5356 Using GTK gui. Problem: Crashes when removing several torrents from disk. Reproduce: Select several torrents, remove from disk.

$ deluge -L debug
[DEBUG   ] 23:40:27 filtertreeview:254 pixbuf_new_from_file_at_size() argument 1 must be string, not None
[DEBUG   ] 23:40:29 torrentview:437 on_button_press_event
[DEBUG   ] 23:40:30 menubar:306 on_menuitem_remove_activate
[DEBUG   ] 23:40:31 core:299 Removing torrent ['33504b79a577a9a5ab3787ccaf2c1b04e1b690b9', 'bd33914b35a49508f7271c72cd9a1991f9e237db', '48bfad034c4593f4e73b4d85ff1355fa21a5cbe4'] from the core.
[DEBUG   ] 23:40:31 rpcserver:379 intevents: {}
[DEBUG   ] 23:40:31 torrent:786 Deleting fastresume file: /home/tim/.config/deluge/state/33504b79a577a9a5ab3787ccaf2c1b04e1b690b9.fastresume
[DEBUG   ] 23:40:31 torrent:813 Deleting torrent file: /home/tim/.config/deluge/state/33504b79a577a9a5ab3787ccaf2c1b04e1b690b9.torrent
[DEBUG   ] 23:40:31 torrentmanager:566 Saving torrent state file.
[DEBUG   ] 23:40:31 rpcserver:379 intevents: {}
[DEBUG   ] 23:40:31 torrentview:458 on_selection_changed
Segmenteringsfel
#969 WontFix Full allocation allocates for files not selected to download andar tim.kornhammar@…
Description

When using full allocation with torrents that have multiple files. If I only select to download one file (all others set to "do not download"), it still allocates for the close by torrents in the file segments. I understand it is because segments can overlapp the files, but should deluge really allocate for the entire close by file?

Example:

  • File 1 (1 GB)
  • File 2 (1 GB)

If only downloading "File 2" which is 1 GB, deluge allocates for both the files but only downloads maybe 0,58% of "File 1".

This means that for each torrent where I download 1 GB of 2 GB the usage on disk requires it to have 2 GB.

#978 Fixed Blocklist error message ''ValueError: time data" in download_blocklist_thread johnnyg tim.kornhammar@…
Description

Just discovered this with svn r5427:

Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap
    self.__bootstrap_inner()
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 210, in _worker
    result = context.call(ctx, function, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
    return func(*args,**kw)
  File "/usr/share/python-support/deluge-core/deluge/plugins/Blocklist-1.0-py2.6.egg/blocklist/core.py", line 254, in download_blocklist_thread
    
  File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime
    (data_string, format))
exceptions.ValueError: time data 'Sun, 01 Mar 2009 02:02:04 GMT' does not match format '%a, %d %b %Y %H:%M:%S GMT'
Note: See TracQuery for help on using queries.