Hallo,
ich habe diese Dateien auch. Bei mir kommt der Fehler durch LibreOffice.
$ file core.*
core.484192: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from '/usr/lib/libreoffice/program/soffice.bin --calc --splash-pipe=5', real uid: 1000, effective uid: 1000, real gid: 1004, effective gid: 1004, execfn: '/usr/lib/libreoffice/program/soffice.bin', platform: 'x86_64'
Nach einer Recherche habe ich gefunden, dass man mit gdb weitere Informationen erhält:
$ gdb /usr/lib/libreoffice/program/soffice.bin core.484192
...
Reading symbols from /usr/lib/libreoffice/program/soffice.bin...
(No debugging symbols found in /usr/lib/libreoffice/program/soffice.bin)
warning: File /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 doesn't match build-id from core-file during file-backed mapping processing
warning: File /usr/lib/x86_64-linux-gnu/libresolv.so.2 doesn't match build-id from core-file during file-backed mapping processing
warning: File /usr/lib/x86_64-linux-gnu/libm.so.6 doesn't match build-id from core-file during file-backed mapping processing
warning: File /usr/lib/x86_64-linux-gnu/libc.so.6 doesn't match build-id from core-file during file-backed mapping processing
[New LWP 389108]
warning: Build-id of /lib/x86_64-linux-gnu/libc.so.6 does not match core file.
warning: Build-id of /lib/x86_64-linux-gnu/libm.so.6 does not match core file.
warning: Build-id of /lib64/ld-linux-x86-64.so.2 does not match core file.
warning: Build-id of /lib/x86_64-linux-gnu/libresolv.so.2 does not match core file.
warning: Could not load shared library symbols for 4 libraries, e.g. /lib/x86_64-linux-gnu/libc.so.6.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
Core was generated by `/usr/lib/libreoffice/program/soffice.bin --calc --splash-pipe=5'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fef853f80c4 in rtl_uString_release () from /usr/lib/libreoffice/program/libuno_sal.so.3
(gdb) bt
#0 0x00007fef853f80c4 in rtl_uString_release () from /usr/lib/libreoffice/program/libuno_sal.so.3
#1 0x00007fef82856cdf in ?? () from /usr/lib/libreoffice/program/libmergedlo.so
#2 0x00007fef7fe4c261 in ?? ()
#3 0x0000000000000bb8 in ?? ()
#4 0x000000010e824700 in ?? ()
#5 0x0000000000000000 in ?? ()
(gdb)
Fehlen hier Libraries? Es gibt die Fehlermeldung in einer Mailingliste
https://bugs.documentfoundation.org/show_bug.cgi?id=157042Komischweise erhalte ich mit einem anderen User Account keine core-Dateien.
Ich nehme an, ihr habt die Fehlermeldungen mit der Einstellung von devil unterdrückt und habt die Sache auf sich beruhen lassen.