Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3245  / 2 Years ago, sat, july 16, 2022, 10:20:55

Problem:

I was downloading a file over Transmission when I noticed that the Transmission window was grayed out and not responding. On clicking it, Ubuntu (10.04) asked to force-close which I did. What remains is a zombie process that uses 100% of 1 CPU, and that's pretty much stopping my little machine dead in its tracks. top and System Monitor look very much the same as the screenshots in this related question.



Steps taken:




  • I tried right-clicking the zombie in System Monitor and select "Kill" but nothing happened.

  • Rebooting seems to work, except that it happens again when I restart Transmission.

  • I see in System Monitor that it has a PID, 5 digits. I tried sudo kill {the PID} but nothing happened. (I don't know my way around Linux so I didn't try kill with any parameters.)

  • Now, I'm simply not starting Transmission again until I know how to deal with this.

  • I'm guessing that if I remove all Transmission downloads and reboot, then it would work again, perhaps until I try download some problematic file again?



Question:

It's clear that I can't kill this zombie without rebooting. (Or can I?) How can I avoid this zombie? What is causing Transmission to break down?




  • Update 1: I now tried sudo kill -9 {the PID} and it didn't seem to do anything. A minute later the zombie was gone, and the grey Transmission window too. I started Transmission again, and it seems to run now. Very odd?

  • Update 2: I just waited a looong time, and it seems to have cleared itself up. Wondering if perhaps I was just being impatient, but I thought that an Intel i5 with 2GB RAM ought to be able to handle simple browsing plus Transmission. Should I just delete this question? It seems to have imploded.

  • Update 3: This seems to be unrelated to number of downloads (I had only one active), and to rate limits (it happened in both cases). But it's difficult to give useful updates, as it seems to be working fine now. I'll reboot and start Transmission again, then see if it misbehaves again.


More From » process

 Answers
1
sudo kill -9 {the PID}


That should do it. But use with care - could be leave the system in a messed up state as with that the process has no way to handle dying in any manner that would be graceful.


[#44147] Monday, July 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionpromoti

Total Points: 14
Total Questions: 112
Total Answers: 113

Location: Tonga
Member since Tue, Nov 30, 2021
2 Years ago
tionpromoti questions
Fri, Apr 15, 22, 03:58, 2 Years ago
Tue, Jun 1, 21, 23:05, 3 Years ago
Mon, Jul 5, 21, 06:11, 3 Years ago
;