Persistent defunct processes

General support for problems installing or using Deluge
Post Reply
slopshid

Persistent defunct processes

Post by slopshid »

Whenever I start deluge, I get a defunct python process in my process list:
ps -A

Code: Select all

26666 ?        00:00:00 deluge
26672 ?        00:00:00 python <defunct>
26673 pts/0    00:00:00 ps
ps -ef --forest

Code: Select all

patrick  26666     1  5 11:50 ?        00:00:00 /usr/bin/python /usr/bin/deluge
patrick  26672 26666  0 11:50 ?        00:00:00  \_ [python] <defunct>
Anyone know why this might be? Is it a problem with my system, or do others experience this also?
Post Reply