Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 836801

Summary: impossibility to long-time log pulseaudio
Product: Red Hat Enterprise Linux 7 Reporter: Matěj Cepl <mcepl>
Component: pulseaudioAssignee: Wim Taymans <wtaymans>
Status: CLOSED CANTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mcepl, wtaymans
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-13 09:37:51 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:
Embargoed:
Attachments:
Description Flags
example test case (~/.pulse/daemon.conf causing the problem)
none
the first example sound
none
second wave file
none
log from pulseaudio daemon when ~/.pulse/daemon.conf is not present
none
piece of /var/log/messages when the sound system is broken (i.e., ~/.pulse/daemon.conf is present)
none
piece of /var/log/messages when the sound system is broken (i.e., ~/.pulse/daemon.conf is present) none

Description Matěj Cepl 2012-07-01 14:32:51 UTC
Created attachment 595531 [details]
example test case (~/.pulse/daemon.conf causing the problem)

Description of problem:
I am trying to reproduce https://bugzilla.mozilla.org/show_bug.cgi?id=762658 but the problem is that whenever I restart pulseaudio to get a log (following the HOWTO on https://wiki.ubuntu.com/PulseAudio/Log) I have to restart pulseaudio daemon and then the problem goes away. So, I am looking for a way how to log pulseaudio per default.

I tried to add the attached minimal configuration file as ~/.pulse/daemon.conf but then after playing one sound, the next one is horribly corrupted and whole sound gets then to state when any attempt to play anything else results in horrible beeping-scratching-useless crap sound.

Version-Release number of selected component (if applicable):
pulseaudio-1.1-9.el7.x86_64

How reproducible:
100% (5 out of 5 at least)

Steps to Reproduce:
1.put the attached conf file as ~/.pulse/daemon.conf
2.pkill -f pulseaudio
3.paplay thunderrumble.wav
4.paplay thunder-long.wav
  
Actual results:
First WAV file plays well, second (or any other attempt to use sound system) results in horribly corrupted sound.
It is not possible to log pulseaudio for a longer time (i.e., per default)

Expected results:
There is a way how to make pulseaudio to generate logfiles per default (even though they could be huge)

Additional info:

Comment 1 Matěj Cepl 2012-07-01 14:33:49 UTC
Created attachment 595532 [details]
the first example sound

Comment 2 Matěj Cepl 2012-07-01 14:36:35 UTC
Created attachment 595533 [details]
second wave file

Actually now when retesting the case again, it seems that I am sometimes able to achieve the same erroneous behavior just with playing thunderrumble.wav again and again, I just need more attempts to sound system fail. With playing these two sound files in sequence I get broken behavior 100%.

Comment 3 Matěj Cepl 2012-07-01 14:37:33 UTC
Created attachment 595534 [details]
log from pulseaudio daemon when ~/.pulse/daemon.conf is not present

Comment 4 Matěj Cepl 2012-07-01 14:38:22 UTC
Created attachment 595535 [details]
piece of /var/log/messages when the sound system is broken (i.e., ~/.pulse/daemon.conf is present)

Comment 5 Matěj Cepl 2012-07-01 14:41:13 UTC
Created attachment 595536 [details]
piece of /var/log/messages when the sound system is broken (i.e., ~/.pulse/daemon.conf is present)

Comment 10 Matěj Cepl 2014-08-13 09:37:51 UTC
No, it is not relevant, it got resolved somehow. At least with pulseaudio-3.0-22.el7.x86_64 I cannot reproduce it anymore.