GNOME Bugzilla – Bug 497838
Ekiga hangs when using pulseaudio
Last modified: 2007-11-18 13:17:23 UTC
Please describe the problem: This was reported on Launchpad: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/112948 by: https://bugs.launchpad.net/~durdon-tyler When using pulseaudio as soundserver, ekiga hangs when calling someone. Steps to reproduce: 1) The audio wizard works with the pulseaudio settings (alsa emulation, default device) 2) Call someone Actual results: When the other side answeres the phone, ekiga hangs (does not respond any more) Expected results: Retry with normal alsa: everything works Does this happen every time? Yes Other information: Backtrace: http://launchpadlibrarian.net/8295832/gdb-ekiga.txt asound.conf file : pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse } In Gutsy, terminal outputs: ekiga: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err >= 0' failed. Aborted (core dumped) This also seems to happen with skype.
Alsa bug. I can't find the number right now... if you had put the stack trace in there it would just have been a "Simple dup finder" click away, but I had to search more because the report is not complete enough. *** This bug has been marked as a duplicate of 413552 ***
Well, I may be wrong but the stacktrace is available at the link I gave in the "other informations" field : http://launchpadlibrarian.net/8295832/gdb-ekiga.txt Just to know why this is an alsa bug, when we choose to use pulseaudio as sound server, alsa isn't inactived ?
Because Pulseaudio is a layer above ALSA.
More precisely : you configure alsa to use pulseaudio (see the asound.conf), and ekiga to use alsa. Which means ekiga is using pulseaudio through alsa, and hence will get killed if alsa has a bug.
Ok thank you both !