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

--- Comment #5 from Stephan Bergmann <sberg...@redhat.com> ---
The "A fatal error has been detected by the Java Runtime Environment" is a red
herring.  A JVM happens to be instantiated in-process in LO, and it handles
each SIGSEGV in the process, even those unrelated to the JVM, by printing out
its blurb.  As mentioned in the blurb, the crash is outside the JVM in LO's

# Problematic frame:
# C  [libmergedlo.so+0x2ac0eed] 
VirtualDevice::InnerImplSetOutputSizePixel(Size const&, bool, 
boost::shared_array<unsigned char> const&, bool)+0xd

Please re-try by running soffice from a terminal after setting "ulimit -c
unlimited" in the terminal.  That should hopefully leave a core.* file in the
current directory, from which you can obtain a more meaningful backtrace ("gdb
/opt/libreofficedev5.1/program/soffice.bin core.*", then in gdb "t a a bt" and
capture the output).

-- 
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