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 349804 - ekiga crashes with avahi user service publishing disabled
ekiga crashes with avahi user service publishing disabled
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: Snark
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-03 14:46 UTC by Dean Sas
Modified: 2006-08-31 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avahi-ekiga-trace (6.90 KB, text/plain)
2006-08-03 14:47 UTC, Dean Sas
  Details
Fixes the problem (2.47 KB, patch)
2006-08-31 17:23 UTC, Snark
committed Details | Review

Description Dean Sas 2006-08-03 14:46:10 UTC
This has been reported here: https://launchpad.net/distros/ubuntu/+source/ekiga/+bug/50708

"Binary package hint: ekiga

If the avahi-daemon is installed and in /etc/avahi/avahi-daemon.conf
the key "disable-user-service-publishing" is set to "yes", Ekiga crashes
directly after starting it. If it's set to "no", there are no problems.

Running it in a terminal with "ekiga --debug=6":
[...]
2006/06/22 17:25:24.017 0:03.018 ekiga AVAHI avahi_entry_group_new failed: Not permitted
2006/06/22 17:25:24.018 0:03.019 ekiga AVAHI Adding service *****
ekiga: entrygroup.c:406: avahi_entry_group_add_service_strlst: Assertion`group' failed.
[...]

ekiga (2.0.1-0ubuntu6) with Ubuntu 6.06"
Comment 1 Dean Sas 2006-08-03 14:47:33 UTC
Created attachment 70139 [details]
avahi-ekiga-trace

backtrace
Comment 2 Snark 2006-08-30 20:13:30 UTC
I'll try to have a look when I find the time.
Comment 3 Snark 2006-08-31 14:47:09 UTC
I'm working on a fix.
Comment 4 Snark 2006-08-31 17:23:22 UTC
Created attachment 71970 [details] [review]
Fixes the problem

This fixes the crash and should be clean. Confirm and I commit to both HEAD and gnome-2-14 branches.
Comment 5 Damien Sandras 2006-08-31 17:43:28 UTC
From my point of view, you can commit.
Don't forget to update the NEWS file however.

Thanks for your excellent work Julien.
Comment 6 Snark 2006-08-31 18:03:01 UTC
Sebastien Estienne and Lennart Poettering both helped me :-)