What | Removed | Added |
---|---|---|
Version | Leap 15.1 | Leap 15.2 |
The issue keeps happening after upgrade to 15.2. The machine is a different one that when first reported: was Intel, now is AMD. I will attach some coredumps from directory /var/lib/systemd/coredump/ I have added valgrind to the mix, from recomendation by Adam Majer on the mail list. mkdir -p ~/.config/systemd/user/tracker-extract.service.d cd ~/.config/systemd/user/tracker-extract.service.d cat > override.conf <<EOF [Service] ExecStart= ExecStart=/usr/bin/valgrind --track-origins=yes /usr/lib/tracker-extract EOF systemctl --user daemon-reload systemctl --user status tracker-extract.service I also tried with a different user, that has access to the photo files. It crashes. Then I logged as a different user, empty home, and no crashes.