Opened 16 years ago

Closed 16 years ago

Last modified 4 months ago

#777 closed bug (Invalid)

deluge crashed with IOError in _print()

Reported by: anonymous Owned by: andar
Priority: major Milestone:
Component: GTK UI Version: 1.0.7
Keywords: Cc:

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

Change History (1)

comment:1 by markybob, 16 years ago

Resolution: invalid
Status: newclosed

this version is outdated. upgrade

Note: See TracTickets for help on using tickets.