Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#560 closed bug (Fixed)

changing max connections in status bar crash deluge

Reported by: tagallo@… Owned by: andar
Priority: major Milestone:
Component: Core Version: 1.0.3
Keywords: Cc:

Description

Issue: If I change the max connections value in status, bar deluge crashes and cannot be started again. Looking at core.conf I found that the value is been set as Float, and according to the crash traceback it should be a Int.

How to reproduce: Try to change the "Connections" value in status bar using the option "Other" and entering a value (I tried 160)

Expected result: value is set as Int

Actual result: value is set as Float

Attachments (2)

core.conf (1.8 KB) - added by tagallo@… 16 years ago.
my core.conf with the wrong value
traceback (1.1 KB) - added by tagallo@… 16 years ago.
traceback found in deluged.log

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by tagallo@…

my core.conf with the wrong value

Changed 16 years ago by tagallo@…

traceback found in deluged.log

comment:1 Changed 16 years ago by anonymous

I've experienced the same bug. Examples:

http://h.photos.cx/err1-3bc.png

http://h.photos.cx/err2-05c.png

Note that it doesn't matter if the user does not type a decimal point, the data will still be set to float. When this happens Deluge daemon will not start.

comment:2 Changed 16 years ago by andar

  • Milestone set to 1.0.4
  • Resolution set to fixed
  • Status changed from new to closed

Fixed [4085] -- this is already fixed in trunk, see #353

comment:3 Changed 16 years ago by tagallo@…

Thank you for the reply!

comment:4 Changed 15 years ago by anonymous

  • Milestone 1.0.4 deleted

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.