After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 497838 - Ekiga hangs when using pulseaudio
Ekiga hangs when using pulseaudio
Status: RESOLVED DUPLICATE of bug 413552
Product: ekiga
Classification: Applications
Component: general
2.0.x
Other All
: Normal blocker
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-18 10:11 UTC by Jérôme Guelfucci
Modified: 2007-11-18 13:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Jérôme Guelfucci 2007-11-18 10:11:55 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.
Comment 1 Snark 2007-11-18 10:21:10 UTC
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 ***
Comment 2 Jérôme Guelfucci 2007-11-18 10:30:38 UTC
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 ?
Comment 3 Damien Sandras 2007-11-18 10:53:20 UTC
Because Pulseaudio is a layer above ALSA.

Comment 4 Snark 2007-11-18 12:30:57 UTC
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.
Comment 5 Jérôme Guelfucci 2007-11-18 13:17:23 UTC
Ok thank you both !