I've run the following with the fixed version and with the broken version:
rm -f my.img ; 
truncate --size 1k my.img; 
for((i=0;i<1000;i++)); do 
  out=$(euca-bundle-image -i my.img 2>&1) || { echo "failed: ${out}"; break; } 
; 
  [ $(($i%10)) -eq 0 ] && echo i=$i; 
done ;

the fixed has run to 1000 times, the broken has failed 5 times
demonstrating this bug before reaching i=300.

-- 
euca-bundle-image returns Odd-length string error
https://bugs.launchpad.net/bugs/509562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to