Comment 11 for bug 1919255

Revision history for this message
Almer S. Tigelaar (almer) wrote :

Same here on a fresh Hirsute install.

There's a couple of suspect things in my syslog. Here is what happens right before the crash (anonymized):

tracker-extract[2439]: bad character 'M'
tracker-extract[2439]: bad character 'O'
tracker-extract[2439]: bad character 'D'
tracker-extract[2439]: bad character 'E'
tracker-extract[2439]: bad character 'x'
tracker-extract[2439]: bad character '/'
tracker-extract[2439]: 59975: syntax error
tracker-extract[2439]: bad character 'x'
tracker-extract[2439]: message repeated 2 times: [ bad character 'x']
tracker-extract[2439]: libpng warning: iCCP: known incorrect sRGB profile
tracker-extract[2439]: libpng warning: iCCP: known incorrect sRGB profile
tracker-extract[2439]: message repeated 2 times: [ libpng warning: iCCP: known incorrect sRGB profile]
tracker-store[2522]: SQLite error: database disk image is malformed (errno: Success)
kernel: [ 408.547231] traps: pool-tracker-st[2527] trap int3 ip:7fd050c8d3a7 sp:7fd046f9c190 error:0 in libglib-2.0.so.0.6800.0[7fd050c4e000+8d000]
tracker-store[2522]: SQLite experienced an error with file:'/home/[user]/.cache/tracker/meta.db'. It is either NOT a SQLite database or it is corrupt or there was an IO error accessing the data. This file has now been removed and will be recreated on the next start. Shutting down now.
systemd[2429]: Starting Notification regarding a crash report...
update-notifier-crash[6325]: /usr/bin/whoopsie
systemd[2429]: update-notifier-crash.service: Succeeded.
systemd[2429]: Finished Notification regarding a crash report.
systemd[2429]: tracker-store.service: Main process exited, code=killed, status=5/TRAP
systemd[2429]: tracker-store.service: Failed with result 'signal'.

So this points either to some sort of malformed input (see the bad characters messages), something with libpng and/or something with sqlite. Hope this helps.