Opened 12 years ago

Closed 8 years ago

Last modified 6 years ago

#2249 closed bug (Fixed)

Multiple SIGINTs to deluged gives ReactorNotRunning: Can't stop reactor that isn't running.

Reported by: Bro Owned by: Calum
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 by Calum, 12 years ago

Milestone: Future1.4.0
Owner: set to Calum
Status: newassigned

comment:2 by Bro, 11 years ago

Milestone: 1.4.0not applicable

comment:3 by Bro, 9 years ago

Cc: Bro added

Add bro to cc

comment:4 by Calum, 8 years ago

Milestone: not applicable2.0
Resolution: Fixed
Status: assignedclosed

comment:5 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.