#2249 closed bug (Fixed)
Multiple SIGINTs to deluged gives ReactorNotRunning: Can't stop reactor that isn't running.
Reported by: | bro | Owned by: | Cas |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | master |
Keywords: | Cc: | bro |
Description
Traceback (most recent call last): File "/home/bro/programmer/deluge/deluge_workdirs/master/deluge/main.py", line 253, in run_daemon Daemon(options, args) File "/home/bro/programmer/deluge/deluge_workdirs/master/deluge/core/daemon.py", line 160, in __init__ reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run self.mainLoop() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop self.runUntilCurrent() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 773, in runUntilCurrent f(*a, **kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 577, in stop "Can't stop reactor that isn't running.") twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't running.
Change History (5)
comment:1 Changed 10 years ago by Cas
- Milestone changed from Future to 1.4.0
- Owner set to Cas
- Status changed from new to assigned
comment:2 Changed 10 years ago by bro
- Milestone changed from 1.4.0 to not applicable
comment:4 Changed 7 years ago by Cas
- Milestone changed from not applicable to 2.0
- Resolution set to Fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Issue in twisted: https://twistedmatrix.com/trac/ticket/4406