This bug is a strange one that occurs in the stable version (also in the alpha), and I guess it is an old one.

This bug is a strange one that occurs in the stable version (also in the alpha), and I guess it is an old one.

The binding $int_free returns the free internal space available, and it works ok when used directly. However, using animate and a device with (according to android) 10,69GB free space, the number seems to wrap around the wrong way, giving a negative number. It worked fine before on a device with less than 1GB free.

This binding on the label:

animate(“$int_free”)+” “+$int_free

gives the following output:

-1409683456 11475218432

A bit of information (useless I guess)

1409683456 + 11475218432 = 3 * ( 2 ^ 32 )

]]>

One Commentto This bug is a strange one that occurs in the stable version (also in the alpha), and I guess it is an old one.

  1. Anonymous says:

    < ![CDATA[

    There’s probably an integer overflow. I need to look at the computation path to replace 32bits ints with 64bits.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *