[Bug 300039] [NEW] Crash recovery is undefined

Florian Hars hars at bik-gmbh.de
Wed Nov 19 18:43:40 UTC 2008


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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list