[Libreoffice-bugs] [Bug 121242] Libreoffice (flatpak) segfaults after extension installation

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 8 13:57:05 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=121242

--- Comment #7 from Julien Humbert <julroy67 at gmail.com> ---
System native LibreOffice (no flatpak) works as intended, so it's not the
extension fault and we can assume it has something to do with the sandbox
environment.

When launching the flatpak version, there is an error with dbus :
org.freedesktop.DBus.Error.ServiceUnknown. (Below the output with the error
when launching).
So I added --socket=session-bus to the command line to give access to the
session bus, and indeed LibreOffice doesn't crash anymore ! Although the
extension still doesn't work.

initia at initia ~ flatpak run --command=sh --devel org.libreoffice.LibreOffice    
sh-4.3$ gdb /app/libreoffice/program/soffice.bin 
GNU gdb (GDB) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /app/libreoffice/program/soffice.bin...Reading symbols
from /usr/lib/debug//app/libreoffice/program/soffice.bin.debug...done.
done.
(gdb) r --writer
Starting program: /app/libreoffice/program/soffice.bin --writer
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Traceback (most recent call last):
  File "/app/lib/libstdc++.so.6.0.24-gdb.py", line 60, in <module>
    from libstdcxx.v6 import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
[New Thread 0x7fffe1644700 (LWP 11)]
[New Thread 0x7fffdbc1d700 (LWP 13)]
[New Thread 0x7fffdb41c700 (LWP 14)]
[New Thread 0x7fffda41d700 (LWP 15)]
[New Thread 0x7fffd9c1c700 (LWP 16)]
[New Thread 0x7fffd8fda700 (LWP 17)]
[Thread 0x7fffdbc1d700 (LWP 13) exited]
[New Thread 0x7fffdbc1d700 (LWP 18)]
[New Thread 0x7fffc099a700 (LWP 21)]
[Thread 0x7fffc099a700 (LWP 21) exited]
[Thread 0x7fffdbc1d700 (LWP 18) exited]
[New Thread 0x7fffdbc1d700 (LWP 22)]
[New Thread 0x7fffc099a700 (LWP 23)]
[Thread 0x7fffc099a700 (LWP 23) exited]
[New Thread 0x7fffc099a700 (LWP 24)]
[Thread 0x7fffc099a700 (LWP 24) exited]
[Thread 0x7fffdbc1d700 (LWP 22) exited]
[New Thread 0x7fffdbc1d700 (LWP 25)]
[New Thread 0x7fffc099a700 (LWP 26)]
Erreur à l'enregistrement du service :
org.freedesktop.DBus.Error.ServiceUnknown

Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
0x00002aaa5739e9c4 in ?? ()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181108/71aadfbe/attachment.html>


More information about the Libreoffice-bugs mailing list