Crash on re-check

General support for problems installing or using Deluge
Post Reply
Spenzer4Hire
New User
New User
Posts: 3
Joined: Tue Jan 22, 2008 1:40 am

Crash on re-check

Post by Spenzer4Hire »

Ubuntu 7.10 Deluge 0.5.8.1

As I'm adding torrents the Deluge User interface stops updating but stays responsive. It seems like things are still running in the background, and I can open preferences etc. So I quit and start it again. Deluge never shows up. I start Deluge again and it shows up and begins the long process of re-checking my torrents. While it is checking the UI locks again. Quit, restart. Doesn't show up. Restart and it begins checking the torrents. UI freezes...And this goes on and on. It never gets through checking all the torrents before it locks.

When I start from terminal sometimes I get a string of these errors while it is checking torrents:
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed

But those don't cause a crash.

When it crashes it spits out this error:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1105, in update
self.manager.handle_events()
File "/var/lib/python-support/python2.5/deluge/core.py", line 734, in handle_events
_("times in a row"), event["times_in_row"])
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 28-30: invalid data

But never on the same torrent, so I'm pretty sure I don't have a corrupted .torrent or something.

Any ideas?

P.S. After I quit Deluge does not return me to a prompt. It halts after 'core shut down'.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Crash on re-check

Post by markybob »

Spenzer4Hire wrote:Ubuntu 7.10 Deluge 0.5.8.1

As I'm adding torrents the Deluge User interface stops updating but stays responsive. It seems like things are still running in the background, and I can open preferences etc. So I quit and start it again. Deluge never shows up. I start Deluge again and it shows up and begins the long process of re-checking my torrents. While it is checking the UI locks again. Quit, restart. Doesn't show up. Restart and it begins checking the torrents. UI freezes...And this goes on and on. It never gets through checking all the torrents before it locks.

When I start from terminal sometimes I get a string of these errors while it is checking torrents:
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed
Fast resume saving failed

But those don't cause a crash.

When it crashes it spits out this error:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1105, in update
self.manager.handle_events()
File "/var/lib/python-support/python2.5/deluge/core.py", line 734, in handle_events
_("times in a row"), event["times_in_row"])
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 28-30: invalid data

But never on the same torrent, so I'm pretty sure I don't have a corrupted .torrent or something.

Any ideas?

P.S. After I quit Deluge does not return me to a prompt. It halts after 'core shut down'.
the first one is ok. it cant save fastresume on checking torrents. it's nothing to be alarmed about.
the second one means that your tracker is sending us messages not in utf8...probably latin1. french tracker? anyway, there's a fix for this in svn, if you wanna try that. or wait a couple of days for our next fix release
Spenzer4Hire
New User
New User
Posts: 3
Joined: Tue Jan 22, 2008 1:40 am

Re: Crash on re-check

Post by Spenzer4Hire »

Thanks for the quick reply. Glad to know a fix is already in.

I'll wait for the next release.

2 English trackers, 2 Swedish.
Spenzer4Hire
New User
New User
Posts: 3
Joined: Tue Jan 22, 2008 1:40 am

Re: Crash on re-check

Post by Spenzer4Hire »

When the update comes out will it be necessary to uninstall the old .deb before installing the new one? Or will it just upgrade like I would expect it to?

Thanks.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Crash on re-check

Post by markybob »

Spenzer4Hire wrote:When the update comes out will it be necessary to uninstall the old .deb before installing the new one? Or will it just upgrade like I would expect it to?

Thanks.
just upgrading is fine
ajaxas
Member
Member
Posts: 11
Joined: Mon Jan 21, 2008 12:40 pm
Location: Novosibirsk, Russia
Contact:

Re: Crash on re-check

Post by ajaxas »

Unlike rpm, dpkg simply replaces an existing version with the one you ask it to install, even in cases of downgrading.
With rpm, you'd have to use enforcing options.
grayKot
New User
New User
Posts: 3
Joined: Sat Jan 19, 2008 3:22 pm

Re: Crash on re-check

Post by grayKot »

I have same problem: http://forum.deluge-torrent.org/viewtop ... f=7&t=1108

Unfortunately, compiling and installing from SVN, give no result =(

Ubuntu 7.10
Deluge (from SVN, Revision: 2660)

Update: Oh, sorry... Problem is not same.
Post Reply