Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issuing stop to zrpcd leaves zombies #15

Open
rski opened this issue Feb 17, 2017 · 4 comments
Open

Issuing stop to zrpcd leaves zombies #15

rski opened this issue Feb 17, 2017 · 4 comments
Assignees

Comments

@rski
Copy link
Contributor

rski commented Feb 17, 2017

If zrpcd is used to start and stop bgpd, on stop there is a zombie process left.

Eg after starting and stopping bgpd twice using ODL's interface:

root@node-7:~# ps aux |grep bgpd
quagga 7892 0.0 0.0 0 0 ? Z Feb10 0:26 [bgpd]
root 16713 0.0 0.0 12944 932 pts/0 S+ 08:50 0:00 grep --color=auto bgpd
quagga 32721 0.0 0.0 0 0 ? Z 08:47 0:00 [bgpd]

These child processes should be reaped and not left as zombies.

@pguibert6WIND
Copy link
Contributor

this will be secured by a fresh update of zrpcd.

@pguibert6WIND pguibert6WIND self-assigned this Feb 17, 2017
@tomsou
Copy link

tomsou commented Jan 10, 2018

Is there any news about this issue?

@pguibert6WIND
Copy link
Contributor

Hi Thomas,
sorry for delay.
I assume yes, this has been fixed by commit

14c650a

I hesitate to close the issue, since you may have a setup that demonstrates that it will work.

@tomsou
Copy link

tomsou commented Jan 31, 2018

Thanks Phillipe. I will test it and provide feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants