question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Still see dead process

See original GitHub issue

Hi, I’m using this dumb-init as my entry point in my dock image from centos 6 ENTRYPOINT ["/usr/local/bin/dumb-init", "-c"] The container is spun up by jenkins docker plugin as executor slaves with command bash -c '/usr/sbin/sshd -D'

After job finishes, I still see the zombi process issue in my docker machine

root 6985 1 0 12:07 ? 00:00:01 /usr/bin/docker -d -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver aufs --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=amazonec2

root 9138 6985 0 12:08 ? 00:00:00 [dumb-init]

500 9653 9138 37 12:08 ? 00:06:14 [java] <defunct>

First one is docker service. I’m not able to kill either of latter ones. I’m kinda new to Docker, any idea?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bukzorcommented, Feb 5, 2016

I have to have something that I can reproduce in order to debug.

Sorry.

0reactions
tianlaicommented, Mar 2, 2016

I downgraded linux kernel and it seems working now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to identify and kill zombie/defunct processes in Linux ...
When a process dies on Linux, it isn't all removed from memory immediately its process descriptor stays in memory. The process status becomes ......
Read more >
linux - Possible to see dead proccesses? - Unix StackExchange
So the only way it can ever be seen is if you check the process state ... If you try to kill a...
Read more >
How to Find and Kill Zombie Process on Linux - It's FOSS
This is a quick tip on finding zombie processes in Linux and then killing them ... Use the pstree command in terminal to...
Read more >
How To Kill Zombie Processes on Linux
Also known as “defunct” or “dead” process – In simple words, a Zombie process is one that is dead but is present in...
Read more >
How to Find and Kill a Zombie Process on Linux
A process is called a Zombie or “dead” process when its execution gets completed, but it can still enter into the process table....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found