Public bug reported:

Binary package hint: stopmotion

If stopmotion tries to recover from a crash, it adds the images in the
order returned by readdir, which is undefined, effectively turning the
animation into a random permutation of itself:

$ touch file1
$ touch file2
$ touch file3
$ rm file2
$ touch file4
$ ls -f
..  .  file4  file3  file1
$ touch file5
$ ls -f
file5  ..  .  file4  file3  file1
$ rm file3
$ touch file6
$ ls -f
file5  ..  .  file6  file4  file1

** Affects: stopmotion (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Crash recovery is undefined
https://bugs.launchpad.net/bugs/300039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to