https://bugs.documentfoundation.org/show_bug.cgi?id=148075
--- Comment #11 from Adalbert Hanßen <[email protected]> --- (In reply to Julien Nabet from comment #10) > 2 things you can try: > 1) perhaps it's related to gtk3 > on a console/term, type: > export SAL_USE_VCLPLUGIN=gen > > then launch LO from this console with: > soffice --writer > and give a try. > > If you don't reproduce the crash, it's related to gtk3. > If not, unrelated to gtk3 > > 2) You can try to retrieve a backtrace by following > https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU. > 2FLinux:_How_to_get_a_backtrace I gave it a try and it crashed again. However, I modified the command to start LO WriterDev instead of LibreOffice. I did it like this: export SAL_USE_VCLPLUGIN=gen libreofficedev7.4 --writer I'll upload the many lines of messages from the terminal window in a minute. Looking at it, I see that it mentions warn:desktop:7300:7300:desktop/source/app/crashreport.cxx:61: minidump generated: /home/a/.config/libreofficedev/4/crash//b36bbf05-6fbe-4e9d-7966daae-e980166e.dmp I wonder about the path containing "crash//" with two subsequent slashes. Maybe that's the cause of the trouble? I can't tell.(In reply to Julien Nabet from comment #10) > 2 things you can try: > 1) perhaps it's related to gtk3 > on a console/term, type: > export SAL_USE_VCLPLUGIN=gen > > then launch LO from this console with: > soffice --writer > and give a try. > ... I tried it out. I had to modify it to explicitly call the development version, which crashes: export SAL_USE_VCLPLUGIN=gen libreofficedev7.4 –writer LibreOfficeWriter crashed. I got a bunch of error messages in the terminal, among them a reference to warn:desktop:7300:7300:desktop/source/app/crashreport.cxx:61: minidump generated: /home/a/.config/libreofficedev/4/crash//b36bbf05-6fbe-4e9d-7966daae-e980166e.dmp The crash report mentioned in it did not exist and it can’t exist, since the path name contains two subsequent slashes! I’ll post the terminal output in a minute and try the backtrace hint after lunch. -- You are receiving this mail because: You are the assignee for the bug.
