Bug 483514 - PA clients hang
Summary: PA clients hang
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pulseaudio
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-02 02:00 UTC by jagginess
Modified: 2009-04-23 21:43 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-04-23 21:43:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description jagginess 2009-02-02 02:00:02 UTC
Description of problem:
Totem/alsamixer app/flash plugin, or related music players fail to start properly.
Disabling or turning of pulseaudio (user-started) daemon (start-pulseaudio-x11) fixes the issue.
The issue is that the program seems frozen(firefox stalls on the loading flash content, totem stalls, and alsamixer does not start)


alsamixer or totem exhibit this message when started from xterm,

"I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
I: caps.c: Dropping root privileges.
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE
"



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


How reproducible:
yum upgrade
type alsamixer or totem from xterm

Steps to Reproduce:
1. yum upgrade
2. open firefox, and open a flashplugin webpage with audio content(or type alsamixer or totem in xterm)
3. to fix(gnome session): edit gnome session to not start pulseaudio server (or kill process running userstarted pulseaudio daemon)



Actual results:
-flash page freezes
-totem doesnt show its logo
-alsamixer stalls showing given message

Expected results:
obviously..

Additional info:
-This occurs on both kernels on my i386 32bit system. (yum upgrade installed a new kernel, and on either boot disabling this pulseaudio server allows my audios apps to start normally)

Comment 1 jagginess 2009-02-02 02:01:12 UTC
yum upgrade was initiated with root privileges.. but my entire session is non-root

Comment 2 Lennart Poettering 2009-02-25 03:04:21 UTC
This is probably because some application is blocking access to the audio device. PulseAudio hence cannot open it and all clients to it hang until PA can acecss it again.

Use fuser -v /dev/dsp* /dev/snd/* to find out which application this is.

Comment 3 Lennart Poettering 2009-04-23 21:43:11 UTC
Closing due lack of response.


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