Launchpad has imported 6 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=81552.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2014-07-19T20:52:28+00:00 Rene Engelhard wrote: >From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755309: --- snip --- I have Avahi service publishing disabled with the following setting in /etc/avahi/avahi-daemon.conf: [publish] disable-publishing=yes Attempting to run either LibreOffice Draw or LibreOffice Impress fails, giving an error message like this: $ soffice --draw Adding service 'pangloss' Failed to add _impressremote._tcp service: Not permitted soffice.bin: client.c:626: avahi_client_free: Assertion `client' failed. With service publishing enabled, these applications start up normally. [...] Disabling service publishing is IMHO a reasonable security measure which is suggested in the avahi-daemon.conf man page; I use Avahi mDNS as a client for printer discovery but don't need to broadcast services to the net. I think LibreOffice should be able to deal with this without refusing to run. --- snip --- I agree... Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/16 ------------------------------------------------------------------------ On 2014-07-22T17:01:23+00:00 Z-jbf-faure wrote: Seems not been confirmed for me under Ubuntu 14.04. I modified the avahi daemon configuration and restarted the daemon using the following command: sudo /etc/init.d/avahi-daemon restart On LO 4.1.6 (TDF build) which is the only version I have where remote control is enabled, Impress and Draw start without problem. I tested with Bluetouth enabled and visible. Will rebuild 4.2 branch with remote control enabled and test again. Best regards. JBF Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/17 ------------------------------------------------------------------------ On 2014-07-22T17:12:18+00:00 Rene Engelhard wrote: jbfaure: - 4.1.6 didn't have any avahi stuff there so of course it works - that's only in 4.2.x/4.3.x/.. _and_ you need NON-TDF builds, as TDF builds are not configured with --enable-avahi so that part is not even compiled in. So you of course also would not be able to reproduce this on a TDF-4.2.x. And Remote Control itself is not directly responsible for it but the avahi support for it. Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/18 ------------------------------------------------------------------------ On 2014-07-23T02:16:04+00:00 Jmadero-dev wrote: @Rene - of course this should just be put to NEW as you are one of our developers who know their stuff :) Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/19 ------------------------------------------------------------------------ On 2014-07-23T06:31:21+00:00 Z-jbf-faure wrote: Reproducible with LO 4.2.7.0.0+ build with avahi support. Launching Impress from the StartCenter make LO crashing with the same error message in the terminal as in the bug description. Same problem when starting Draw. I know that Impress and Draw share many code, but it seems to me that Draw shouldn't be subject to impress- remote connection problems. Set importance to critical because there is a crash. Best regards. JBF Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/20 ------------------------------------------------------------------------ On 2014-07-23T18:24:49+00:00 Z-jbf-faure wrote: *** Bug 81037 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1319941/comments/21 ** Changed in: df-libreoffice Status: Unknown => Confirmed ** Changed in: df-libreoffice Importance: Unknown => Critical -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1319941 Title: libreoffice draw / impress crash if user service publishing is disabled in avahi Status in LibreOffice Productivity Suite: Confirmed Status in “libreoffice” package in Ubuntu: Confirmed Status in “libreoffice” package in Debian: Fix Released Bug description: Both loimpress and lodraw fail to start with an error message related to avahi: $ loimpress avahi_entry_group_new() failed: Not permitted soffice.bin: client.c:626: avahi_client_free: Assertion `client' failed. $ ps ax | grep avahi 7617 pts/0 S+ 0:00 grep --color=auto avahi 21356 ? S 0:07 avahi-daemon: running [hostname.local] 21380 ? S 0:00 avahi-daemon: chroot helper This is the backtrace of the crash: $ cat gdbtrace.log warning: Currently logging to gdbtrace.log. Turn the logging off and on to make the new setting effective. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Program received signal SIGABRT, Aborted. 0x00007ffff41f2f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. #0 0x00007ffff41f2f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff41f6388 in __GI_abort () at abort.c:89 #2 0x00007ffff41ebe36 in __assert_fail_base (fmt=0x7ffff433d718 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fffe95b6919 "client", file=file@entry=0x7fffe95b6910 "client.c", line=line@entry=626, function=function@entry=0x7fffe95b6fe0 "avahi_client_free") at assert.c:92 #3 0x00007ffff41ebee2 in __GI___assert_fail (assertion=0x7fffe95b6919 "client", file=0x7fffe95b6910 "client.c", line=626, function=0x7fffe95b6fe0 "avahi_client_free") at assert.c:101 #4 0x00007fffe95af06b in avahi_client_free () from /usr/lib/x86_64-linux-gnu/libavahi-client.so.3 #5 0x00007fffbac7c40c in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #6 0x00007fffbac7c678 in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #7 0x00007fffe95aec2c in ?? () from /usr/lib/x86_64-linux-gnu/libavahi-client.so.3 #8 0x00007fffe95af3aa in avahi_client_new () from /usr/lib/x86_64-linux-gnu/libavahi-client.so.3 #9 0x00007fffbac7c8a5 in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #10 0x00007fffbac7d195 in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #11 0x00007fffbac7d30b in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #12 0x00007fffbac74756 in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #13 0x00007fffbaa12b9b in ?? () from /usr/lib/libreoffice/program/../program/libsdlo.so #14 0x00007fffbab83bc0 in sd_component_getFactory () from /usr/lib/libreoffice/program/../program/libsdlo.so This is on trusty. libreoffice-impress 1:4.2.3~rc3-0ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1319941/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

