| Summary: | abrt-dbus memory leak | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | evgeniypatlan | ||||||
| Component: | abrt | Assignee: | Jakub Filak <jfilak> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Martin Kyral <mkyral> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 7.0 | CC: | evgeniypatlan, jberan, jfilak, mhabrnal, mkyral, sergey.onanchenko, vorsel, vyacheslav.sarzhan | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | abrt-2.1.11-39.el7 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-11-04 03:09:11 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: |
|
||||||||
|
Description
evgeniypatlan
2016-03-21 11:11:24 UTC
Hi. Any news? -- Sincerely, Evgeniy Patlan Hello All, A lot of servers are affected by the described issue. We really appreciate any help you can provide. abrt-dbus should not be a long running service, so the leak should not cause any harm. The service is started on demand by dbus daemon when something wants use "org.freedesktop.problems" address and the service should exit 133s after the last request made by any client is accomplished. For example, if you start a new shell (bash, virtual terminal), the profile.d script /etc/profile.d/abrt-console-notification.sh checks if there are new crashes over abrt-dbus and if there are no more request to abrt-dbus it exits after 133s: [Fri Apr 29 08:05:08 jfilak@rhel7 ~] $ ps aux | grep abrt-dbus root 5252 0.0 0.1 332760 5256 ? Sl 08:05 0:00 /usr/sbin/abrt-dbus -t133 jfilak 5289 0.0 0.0 112644 956 pts/4 S+ 08:05 0:00 grep --color=auto abrt-dbus [Fri Apr 29 08:05:19 jfilak@rhel7 ~] $ sleep 135; ps aux | grep abrt-dbus jfilak 5323 0.0 0.0 112644 960 pts/4 S+ 08:07 0:00 grep --color=auto abrt-dbus [Fri Apr 29 08:07:50 jfilak@rhel7 ~] $ There must be something that keeps abrt-dbus alive. Anyway, I will try to find and fix the leak if possible. Upstream pull request: https://github.com/abrt/abrt/pull/1140 Created attachment 1153724 [details]
Patch 1/1: Fix memory leaks in abrt-dbus
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2307.html |