Skip to main content

Questions tagged [zombie]

A zombie process is a dead process that has no resources allocated to it, but merely has an entry in the process tree until its parent process finally reaps it and it disappears from view.

1 vote
0 answers
475 views

Large number of zombie processes on Ubuntu Server 14.04

I'm using an Ubuntu 14.04 server and a few times in the last few days, MySQL has become unresponsive and I had to reboot remotely. I've been away until now so not able to have a proper look, but today ...
theWoosh's user avatar
0 votes
1 answer
517 views

Suspend/resume works exactly once

Problem: Suspend/Resume works exactly once. Attempting to suspend a second time results in the machine hanging. The monitor powers down to standby as it should, but the system unit fan is still ...
emc2's user avatar
  • 79
0 votes
0 answers
509 views

Zombie process actually slowing system down ~100 fold

I was using vlc and started up another vlc which did not actually start. System became slow. I checked top and noticed that vlc had become a zombie. top was showing vlc to be 99-101% cpu which was ...
Keith5001's user avatar
  • 132
4 votes
1 answer
8k views

How can I show only zombie processes in htop?

I would like to monitor in real time zombie process in htop?
townie's user avatar
  • 141
2 votes
1 answer
3k views

How to find cause of zombie process?

I have a zombie process that I am trying to investigate. When a process dies on Linux, it isn’t all removed from memory immediately — its process descriptor stays in memory (the process descriptor ...
fixit7's user avatar
  • 3,149
3 votes
1 answer
3k views

Zombie process: sd_cicero, Ubuntu 16.04

When I followed the instructions in this question to find zombie processes, I found this process Z Jan02 0:00 [sd_cicero] <defunct>. When I try to find its parent process, I get this: ...
firedrillsergeant's user avatar
0 votes
0 answers
521 views

Ubuntu automatically clean zombie and sleeping process

Is there a way how I can cleanup zombie process automatically? How can I clean up the zombie and sleeping process automatically?
jennifer ruurs's user avatar
0 votes
1 answer
5k views

How to kill zombie process keeping its parent alive? [duplicate]

I am doing printing in .net core framework. For printing every label, I start a process. So for 100 labels, it creates 100 zombie process. The zombie process gets removed from the process table, ...
Purnima Naik's user avatar
3 votes
1 answer
9k views

Bash Script to find zombie processes?

So recently I've noticed that I have a process that will randomly crash and become a zombie with a PPID of 1 (init). I've been told that the only way to fix this is to reboot the PC (or send SIGCHLD ...
cannabeatz's user avatar
4 votes
1 answer
8k views

Zombie process (kill both child and parent process)

Question: I want to make sure that both child and parent process are killed and echo if successful or not. I'm new on using bash script and having issue with my output. #!/bin/bash for p in $(ps ...
user3613649's user avatar
0 votes
1 answer
116 views

13 times 'zenity' with status Zombie

I have 13 times zenity with status Zombie in my system-monitor. Could there be any virus or what else could it be? I have read this: What are zombie processes? but I can't do anything with it ...
Asklep's user avatar
  • 71
1 vote
0 answers
521 views

Zombie being made from 'tail -f' cron job that grep's and launches shell script

I realize that a single zombie process like this is nothing to worry about, I just want a more professional outcome (no zombie) from my code. My cron job calling a shell script produces a single ...
kenneth558's user avatar
1 vote
0 answers
41 views

How do I kill a 5GB init-child zombie process? [duplicate]

I'm trying not to restart every time I'm done with my game. I've reported this issue to the DNS community a 2nd time now since I havn't played it for a while since the first time and it's still not ...
Tcll's user avatar
  • 745
2 votes
2 answers
7k views

Do zombie processes cause memory shortage? Do they get killed by the init process eventually?

I have a zombie process problem. I read What is a <defunct> process, and why doesn't it get killed? which says There is no harm in letting such processes be unless there are many of them. ...
Kim Hyung-seok's user avatar
1 vote
1 answer
2k views

How to make one process to zombie

The question is the title, With one example please show how to make one of the process zombie between all process ?
Mohammad Reza Rezwani's user avatar

15 30 50 per page