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

--- Comment #13 from Michael Weghorn <m.wegh...@posteo.de> ---
(In reply to Andras from comment #12)
> I'd have been happy to provide backtrace at the first glance already however
> it's an infinite loop and that's why I started with direct results. Anyways
> I don't know what the heck it means but when I try to get backtrace it says
> it's not in executable format, unbelievable.
> ---
> gdb libreoffice 2>&1 | tee ~/gdb-libreoffice.txt
> ...
> "/usr/bin/libreoffice": not in executable format: File format not recognized

'/usr/bin/libreoffice' is a shell wrapper, while 'gdb' only works with compiled
binaries. 

Can you try 'gdb /usr/lib/libreoffice/program/soffice.bin' (or check whether
exact location differs on your system).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to