| Summary: | NetworkManager slow memory leak | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Merrill <jason> |
| Component: | NetworkManager | Assignee: | Lubomir Rintel <lkundrak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | blueowl, dcbw, jason, lkundrak, lrintel, psimerda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-07 17:00:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jason Merrill
2016-03-22 14:17:13 UTC
Do you still experience the issue? If so, could you run NetworkManager in valgrind? systemctl mask NetworkManager systemctl stop NetworkManager valgrind --leak-check=full NetworkManager --debug I'm wondering if you could update to a more recent NetworkManager? We've fixed a couple of leaks before -- nothing as severe as you're indicating comes to my mind, but still. Picking NetworkManager from a newer distro should work just fine: # dnf --releasever=25 update NetworkManager Also, please describe you configuration -- what type of the connections do you have, how many devices, etc. Output of the following would be nice: # nmcli c # nmcli d # ip addr # ip route # ip -6 addr # ip -6 route Please reopen the bug when you're responding with more information. Sorry for not responding before; in any case, I'm not seeing this problem in F26. |