https://bugs.freedesktop.org/show_bug.cgi?id=60027

--- Comment #10 from Michael Meeks <michael.me...@novell.com> ---
So - first lets isolate KDE. If you do:

pkill -9 -f soffice.bin
SAL_USE_VCLPLUGIN=gen soffice -writer

can you reproduce the crash [ the UI should look ultra-ugly ;-] ? if so - it's
a KDE theming / backend bug; if not it's more general - stick with that option.

Java shouldn't be relevant to a plain document load - we shouldn't touch it
during that flow (I hope).

Then - we'd need a stack-trace; can you do:

cd /usr/lib/libreoffice/program # or equivalent - check the package file list
gdb --args ./soffice.bin /path/to/your/odf
run
thread apply all backtrace

and attach the result here.

Thanks ! :-)

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

Reply via email to