[Digikam-users] Tagging deletes image-clueless

Ismael C leamsi.setroc at gmail.com
Sun May 4 18:19:16 BST 2014


You could completely rule out a (userland) software bug (either in digikam
or one of its libraries) by running digikam with strace and seeing if there
are any calls to unlink/unlinkat.

Try something like

strace -o /tmp/output.log -f /usr/bin/digikam

then try to reproduce the bug. After you close digikam, check that
/tmp/output.log file and look for any calls that reference the file to try
to figure out what happened (there should be at least some for opening the
file and writing the metadata). If anything deleted the file explicitly
there should be a call to "unlink" or "unlinkat".  If it's not there, then
is either a kernel error or a hardware problem.

HTH.


On Sun, May 4, 2014 at 8:57 AM, ARKPhot <a.klindt at gmx.net> wrote:

> FS is standard ext4
>
>
>
> --
> View this message in context:
> http://digikam.1695700.n4.nabble.com/Tagging-deletes-image-clueless-tp4669153p4669174.html
> Sent from the digikam-users mailing list archive at Nabble.com.
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20140504/eb346312/attachment.html>


More information about the Digikam-users mailing list