| Summary: | snmpd leaks memory withing ipCidrRouteTable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Dalibor Pospíšil <dapospis> | ||||
| Component: | net-snmp | Assignee: | Josef Ridky <jridky> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 8.2 | CC: | jridky | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 8.3 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-11-01 03:02:57 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: | |||||
| Attachments: |
|
||||||
Moving to RHEL-8. After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. |
Created attachment 1149465 [details] mem_leak.log Description of problem: Memory leaks constantly increases while asking for whole table or for individual values. Version-Release number of selected component (if applicable): net-snmp-5.7.2-24.el7 How reproducible: always Steps to Reproduce: 1. run snmpd in valgrind 2. get table ipCidrRouteTable few times in som nontrivial time frame Actual results: definitely lost bytes found Expected results: no definitely lost bytes found Additional info: Those 456 bytes were obtained by getting the table every one second for 485 seconds. They get increased while the time frame is bigger.