benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Blob.getbytes() weirdness #968

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using either slice or getbytes try to input a file of size 57-62 bytes
long.  'getbytes' fails with a message of "Error: Read error during getBytes.".
2. I can access file slices of length 0-56 and 62-1024.

Happening on Gears 0.5.32.0 on FF 3.5.4 using Ubuntu Linux 9.10.

BTW:  This configuration gives me more than adequate file access throughput
contrary to earlier complaints regarding performance.  I can perform a JS
SHA256 digest on a 1M test vector with instantaneous feedback.

Original issue reported on code.google.com by yh.ether...@gmail.com on 5 Nov 2009 at 5:18