Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (379 - 381 of 2447)

Ticket Resolution Summary Owner Reporter
#775 WontFix Typo in German GTK interface andar jakevanderkolk@gmail.com
Description

Version 1.1.1 (also valid for Version 1.1.0)

Using the GTK interface under German (de_DE.utf8), there is a misspelling in the Plugin pane ("Module") in the preferences dialog ("Einstellungen"). The button labeled "Installiere Pulgin" should read "Installiere Plugin".

#776 WontFix Crash: _cairo_error: Assertion `(status != CAIRO_STATUS_SUCCESS && status <= CAIRO_STATUS_INVALID_WEIGHT)' failed. andar crosser@average.org
Description

When the GTK GUI is started/was running while a new torrent was just added but not yet began to download, the program crashes with:

python: cairo.c:87: _cairo_error: Assertion `(status != CAIRO_STATUS_SUCCESS && status <= CAIRO_STATUS_INVALID_WEIGHT)' failed.

If the questionable torrent is out of the "list of torrents" pane, the program does not crash, but as you scroll in it crashes.

I saw similar complains in regard to other python programs that use cairo. My guess is that somewhere, something like an empty text is attempted to be rendered by cairo, and it does not like it and bails out.

Eugene

#777 Invalid deluge crashed with IOError in _print() andar anonymous
Description

Origionally reported on Launchpad:

https://bugs.edge.launchpad.net/ubuntu/+source/deluge/+bug/322910

ProblemType: Crash Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/deluge InterpreterPath: /usr/bin/python2.5 Package: deluge-common 1.0.7.dfsg-3 PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/deluge /tmp/MikeHancock+Alex+Wood.wmv.torrent ProcEnviron:

PATH=(custom, user) LANG=en_GB.UTF-8 SHELL=/bin/bash

PythonArgs: ['/usr/bin/deluge', '/tmp/MikeHancock+Alex+Wood.wmv.torrent'] SourcePackage: deluge Title: deluge crashed with IOError in _print() Uname: Linux 2.6.28-5-generic i686 UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin mythtv netdev plugdev powerdev pulse pulse-access pulse-rt sambashare scanner vboxusers video

Traceback (most recent call last):

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

load_entry_point('deluge==1.0.7', 'console_scripts', 'deluge')()

File "/var/lib/python-support/python2.5/deluge/main.py", line 91, in start_ui

UI(options, args)

File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 54, in init

ui = GtkUI(args)

File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 203, in init

self.shutdown()

File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 206, in shutdown

log.debug("gtkui shutting down..")

File "/usr/lib/python2.5/logging/init.py", line 971, in debug

apply(self._log, (DEBUG, msg, args), kwargs)

File "/usr/lib/python2.5/logging/init.py", line 1101, in _log

self.handle(record)

File "/usr/lib/python2.5/logging/init.py", line 1111, in handle

self.callHandlers(record)

File "/usr/lib/python2.5/logging/init.py", line 1148, in callHandlers

hdlr.handle(record)

File "/usr/lib/python2.5/logging/init.py", line 655, in handle

self.emit(record)

File "/usr/lib/python2.5/logging/init.py", line 757, in emit

self.handleError(record)

File "/usr/lib/python2.5/logging/init.py", line 706, in handleError

traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)

File "/usr/lib/python2.5/traceback.py", line 124, in print_exception

_print(file, 'Traceback (most recent call last):')

File "/usr/lib/python2.5/traceback.py", line 13, in _print

file.write(str+terminator)

IOError: [Errno 32] Broken pipe

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.