https://bugs.documentfoundation.org/show_bug.cgi?id=146029
--- Comment #12 from Kevin Suo <[email protected]> --- (In reply to Peter from comment #11) It seems that you have download the non-debug build, not the debug build. I found the indication of "/opt/libreofficedev7.4/program" in your gdbtrace.log - that must be the non-debug RPM version you have installed, not the debug version you have download. Debug builds have debug symbols included, thus is useful to identify the problem. Non-debug builds are less useful. You should use https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@tb87-TDF-dbg/current/LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_archive.tar.gz where the "dbg" indicates that it is a debug build with debug symbols. As I have stated: 2. Uncompress the download file. Then: (1) cd <path/to/the/LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_archive/ (2) ./program/soffice --backtrace Note the "./", this means that after you have cd to the downloaded archive location, then run the soffice located in the sub-directory of the current location, not the executable of libreoffice installed in your system. Now the program is running, start center is open. If at step (2) the libreoffice window did not show up, then type in "q" in the "gdb" promote, and run "./program/soffice --backtrace" again. -- You are receiving this mail because: You are the assignee for the bug.
