Thanks for your hints - I did not know there was a special tool for reporting bugs on my system. Now I tried apport, but I wasn't very successful as no bug report was created at all.
As you recommended, I started apport and reproduced the crash. I did not find any crash report. So I went on, activated apport in /etc/default/apport and rebooted. Then I reproduced the crash a second time and no report was created. To make my actions transparent, I then reproduced the error a third time from the commandline, so I can paste the actions & results here: ### removing all settings before to have a clean start: ak@computer:~$ rm -rf .libreoffice ### start LibreOffice ak@computer:~$ libreoffice ### LibreOffice starts, I create a new text document, write some words and try saving it to /home/ak/Desktop/test ### LibreOffice crashes leaving the following output on my commandline: (soffice:3110): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/ak/Desktop/test': Fehler beim Untersuchen der Datei /home/ak/Desktop/test mit fstat(): Datei oder Verzeichnis nicht gefunden /usr/lib/libreoffice/program/soffice.bin: relocation error: /usr/lib/librdf.so.0: symbol raptor_new_world_internal, version libraptor2.so.0 not defined in file libraptor2.so.0 with link time reference ### Checking for crash logs ak@computer:~$ cd /var/crash/ ak@computer:/var/crash$ ls ### Checking whether apport is still running ak@computer:/var/crash$ service apport status apport start/running ak@computer:/var/crash$ cat /etc/default/apport # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=1 ak@computer:/var/crash$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893629 Title: LibreOffice Writer: Saving a new file causes crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/893629/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
