Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#565 closed bug (Fixed)

Defunct deluged process after starting up

Reported by: Lajnold Owned by: andar
Priority: minor Milestone:
Component: GTK UI Version: 1.0.3
Keywords: Cc:

Description

After starting deluged via the GTKUI under Linux, there is a defunct deluged process, as can be seen via "ps -ef | grep deluged". This is because of the process started via subprocess.Popen not being waited for. Conveniently, the Popen class has a wait method that can be used for this.

Attachments (1)

deluge_patch2 (1.7 KB) - added by Lajnold 16 years ago.
Makes gtkui wait for the (temporary) deluged process to finish after Popen.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by Lajnold

Makes gtkui wait for the (temporary) deluged process to finish after Popen.

comment:1 Changed 16 years ago by andar

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

Thanks! It's been fixed in [4089] and [4090].

comment:2 Changed 15 years ago by anonymous

  • Milestone 1.0.4 deleted

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.