Ticket #87 (closed bug: fixed)
Newest deb for Gutsy 64 bit crashes repeatedly
| Reported by: | ketil.w.aanensen@… | Owned by: | markybob |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | 0.5.x | Version: | 0.5.8.6 |
| Keywords: | Cc: | ketil.w.aanensen@… |
Description
Crash happens after a couple of minutes. This is what I get:
/var/lib/python-support/python2.5/deluge/interface.py:545: PangoWarning?: Invalid UTF-8 string passed to pango_layout_set_text()
self.window.show()
/var/lib/python-support/python2.5/deluge/interface.py:1057: PangoWarning?: Invalid UTF-8 string passed to pango_layout_set_text()
gtk.main()
save uploaded memory Pickling state... Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1120, in update
self.manager.handle_events()
File "/var/lib/python-support/python2.5/deluge/core.py", line 742, in handle_events
callback(event)
File "/usr/share/deluge/plugins/TorrentNotification/init.py", line 84, in handle_event
self.show_notification(event)
File "/usr/share/deluge/plugins/TorrentNotification/init.py", line 110, in show_notification
if not n.show():
gobject.GError: Connection was disconnected before a reply was received
Now, I've gone back to svn from Zach's PPA.
