RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1297035 - gnome-settings-daemon leaks file descriptors
Summary: gnome-settings-daemon leaks file descriptors
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cups
Version: 7.2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: 7.3
Assignee: Zdenek Dohnal
QA Contact: Petr Sklenar
URL:
Whiteboard:
Depends On:
Blocks: 1305230
TreeView+ depends on / blocked
 
Reported: 2016-01-08 19:30 UTC by Alan Matsuoka
Modified: 2020-09-10 09:30 UTC (History)
10 users (show)

Fixed In Version: cups-1.6.3-25.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 06:46:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Close client.conf after its use (282 bytes, patch)
2016-01-12 11:50 UTC, Marek Kašík
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2459 0 normal SHIPPED_LIVE cups bug fix update 2016-11-03 14:05:23 UTC

Description Alan Matsuoka 2016-01-08 19:30:41 UTC
Description of problem:

gnome-settings-daemon leaks file descriptors over time.

you can see it grow with time
gnome-set 6827 alanm  589r      REG              253,1         0 210994981 /etc/cups/client.conf
gnome-set 6827 alanm  590r      REG              253,1         0 210994981 /etc/cups/client.conf
gnome-set 6827 alanm  591r      REG              253,1         0 210994981 /etc/cups/client.conf
gnome-set 6827 alanm  592r      REG              253,1         0 210994981 /etc/cups/client.conf
gnome-set 6827 alanm  593r      REG              253,1         0 210994981 /etc/cups/client.conf
-bash-4.2$                 ls -l /etc/cups/client.conf
-

eventually it crashes with

Dec 28 10:14:39 mulchsbt gnome-session: (gnome-settings-daemon:23535): GLib-ERROR **: Creating pipes for GWakeup: Too many open files
Dec 28 10:14:39 mulchsbt gnome-session: (gnome-settings-daemon:23569): GLib-ERROR **: Creating pipes for GWakeup: Too many open files
Dec 28 10:14:39 mulchsbt kernel: traps: gnome-settings-[23535] trap int3 ip:7ffb9948d8c3 sp:7fff09405d10 error:0
Dec 28 10:14:39 mulchsbt kernel: traps: gnome-settings-[23569] trap int3 ip:7fe79360c8c3 sp:7ffc969fb6c0 error:0
Dec 28 10:14:39 mulchsbt abrt-hook-ccpp: Not saving repeating crash in '/usr/libexec/gnome-settings-daemon'
Dec 28 10:14:39 mulchsbt gnome-session[4392]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal 5
Dec 28 10:14:39 mulchsbt gnome-session: gnome-session[4392]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal 5

Version-Release number of selected component (if applicable):

3.14.4-9.el7

How reproducible:

do an lsof on gnome-settings-daemon over time

Steps to Reproduce:
1.
2.
3.

Actual results:

number of fd's grows

Expected results:

there shouldn't be any extra growth in the number of fd's
Additional info:
(gdb) bt
#0  open64 () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f575cc50cae in open (__oflag=0, 
    __path=0x7ffd90770a90 "/etc/cups/client.conf") at /usr/include/bits/fcntl2.h:53
#2  cupsFileOpen (filename=filename@entry=0x7ffd90770a90 "/etc/cups/client.conf", 
    mode=mode@entry=0x7f575cc80874 "r") at file.c:1111
#3  0x00007f575cc785a4 in _cupsSetDefaults () at usersys.c:836
#4  0x00007f575cc7877a in cupsEncryption () at usersys.c:100
#5  0x00007f575ce968e0 in renew_subscription (data=0x21c5c60, 
    data@entry=<error reading variable: value has been optimized out>)
    at gsd-print-notifications-manager.c:1076
#6  0x00007f578c7701b3 in g_timeout_dispatch (source=0x2260340, 
    callback=<optimized out>, user_data=<optimized out>) at gmain.c:4518
#7  0x00007f578c76f79a in g_main_dispatch (context=0x20fc6d0) at gmain.c:3109
#8  g_main_context_dispatch (context=context@entry=0x20fc6d0) at gmain.c:3708
#9  0x00007f578c76fae8 in g_main_context_iterate (context=0x20fc6d0, 
    block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
    at gmain.c:3779
#10 0x00007f578c76fdba in g_main_loop_run (loop=0x2130dd0) at gmain.c:3973
#11 0x00007f578e27a045 in gtk_main () at gtkmain.c:1207
#12 0x00000000004037c1 in main (argc=1, argv=0x7ffd907711a8) at main.c:427

Comment 2 Marek Kašík 2016-01-12 11:50:27 UTC
Created attachment 1113912 [details]
Close client.conf after its use

This is a problem in CUPS. Function _cupsSetDefaults() overwrites client.conf's file descriptor without closing it.
There is no opened descriptor after application of the attached patch.

Comment 9 errata-xmlrpc 2016-11-04 06:46:18 UTC
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-2459.html


Note You need to log in before you can comment on or make changes to this bug.