Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939588 - net-misc/networkmanager-1.46.0-r1: dhcpcd zombie after sleep
Summary: net-misc/networkmanager-1.46.0-r1: dhcpcd zombie after sleep
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-13 13:58 UTC by Victor Kustov
Modified: 2024-09-15 18:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed patch (networkmanager-1.46.0-fix-nm-dhcp-dhcpcd-kill-before-stop-watching.patch,1.30 KB, patch)
2024-09-14 15:39 UTC, Victor Kustov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Kustov 2024-09-13 13:58:30 UTC
After PC wakeup we got +1 zombie

 ps ax | grep dhcp | grep Z
 3554 ?        Z      0:00 [dhcpcd] <defunct>
 7621 ?        Z      0:00 [dhcpcd] <defunct>
 7991 ?        Z      0:00 [dhcpcd] <defunct>
17847 ?        Z      0:00 [dhcpcd] <defunct>

Same bug was patched, but seems reanimated in gentoo
https://github.com/NetworkConfiguration/dhcpcd/issues/57