#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)
Change History (3)
by , 16 years ago
Attachment: | deluge_patch2 added |
---|
comment:1 by , 16 years ago
Milestone: | → 1.0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Makes gtkui wait for the (temporary) deluged process to finish after Popen.