Bug 722259

Summary: cups-polld looping and consuming 100% cpu
Product: [Fedora] Fedora Reporter: Jiri Moskovcak <jmoskovc>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: dfediuck, jpopelka, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-15 08:13:22 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:

Description Jiri Moskovcak 2011-07-14 19:07:08 UTC
Description of problem:
noticed heavy cpu usage, top showed cups-polld taking 98% cpu

Version-Release number of selected component (if applicable):
cups-1.4.7-3.fc15.x86_64

How reproducible:
don't know

Steps to Reproduce:
don't know

Additional info:
strace output:
...
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
recvfrom(6, "", 2048, 0, NULL, NULL)    = 0
.....

the only change in cupsd.conf is:

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
BrowsePoll cups.brq.redhat.com:631

Comment 1 Tim Waugh 2011-07-15 08:13:22 UTC
Very likely a duplicate of bug #720921 I think.

*** This bug has been marked as a duplicate of bug 720921 ***