https://bugs.documentfoundation.org/show_bug.cgi?id=114314
--- Comment #20 from Kevin Suo <[email protected]> --- Could someone who can reproduce this, prepare a valid gdb backtrace, with debug symbols enabled, following the instructions at: 1. The following build instructions if you can build libreoffice by yourself (it is easy to build, just the build process itself takes some hours: https://wiki.documentfoundation.org/Development/BuildingOnLinux You should use -enable-debug in your autogen.input file or pass as an ./autogen.sh build option, to be able to enable debug symbols. See: https://wiki.documentfoundation.org/Development/How_to_debug#Debugging_options After the build has finished, run libreoffice once using: $ ./instdir/program/soffice then quit, and then run it in debug mode using: $ make debugrun then try to reproduce the crash. After it is crashed, you will have a gdbtrace.log file in your build root folder. Attach it to this bug report. 2. If you are not able to build libreoffice, then you can download a debug build version from: https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/current/ then following the instructions in: https://wiki.documentfoundation.org/Development/How_to_debug#Attaching_to_the_soffice.bin_process -- You are receiving this mail because: You are the assignee for the bug.
