Bug 654075
| Summary: | avc calls leak file descriptors | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Hailey <christopher.e.hailey> | ||||
| Component: | cups | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | jpopelka, twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cups-1.4.6-1.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 668009 (view as bug list) | Environment: | |||||
| Last Closed: | 2011-01-18 21:33:08 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 668009, 668010 | ||||||
| Attachments: |
|
||||||
|
Description
Christopher Hailey
2010-11-16 19:47:23 UTC
Thanks Christopher for the report. Can you attach the patch that prevents the issue for you ? Created attachment 465015 [details]
demonstration on how to fix cups fd leak
This will stop the leaks in cupsd but is a sloppy way to do it - not the way to do it but should give an idea how to fix it. The avc open call is deprecated as well. When we applied this to cupsd to leak went away. BTW the leak is quite severe, 4-6 fds per cups request.
Thanks. Patch applied as it is. cups-1.4.6-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cups-1.4.6-1.fc14 cups-1.4.6-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/cups-1.4.6-1.fc13 Will this be submitted to RHEL6 as well? Thanks for reminding me. I've filed tracking bugs for that now. cups-1.4.6-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cups'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/cups-1.4.6-1.fc13 cups-1.4.6-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. cups-1.4.6-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |