Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 958 by [email protected]: Appears to be a 2Gbyte limit on blob upload on Mac OS X Snow Leopard
http://code.google.com/p/gears/issues/detail?id=958 What steps will reproduce the problem? 1. Install the Python file uploader program enclosed, as a CGI program on an Apache + Linux web server 2. Visit the page, and generate the test file using the code given there 3. Visit the page, and now try to upload chunks from the file using the links on the page, which invoke Gears based Javascript functions to do so What is the expected output? What do you see instead? Expected output: Each of the uploads should succeed, regardless of offset, and the md5sums should in each case be as specified on the page. (This is what happens using Firefox 3.5 on Windows XP.) Observed output: On Firefox 3.5 on Max OS X Snow Leopard, the tests will pass at offsets less than 2**31. At and beyond the 2**31 bytes boundary, the uploads will fail. The error console will report an "internal error" at the point at which the status is retrieved from the request object. What version of the product are you using? On what operating system? On the server: * Apache 2.2 (=2.2.9-10+lenny4) on Debian lenny, patched up-to-date, with * Python 2.5.2 (=2.5.2-15) On the client: Non-working configuration: * Mac OS X 10.6.1 * Firefox 3.5.3 (build date: 20090824) * Google Gears 0.5.32.0 * Running on MacBook5,2 with 2 Gbytes RAM Working configuration: * Windows XP * Firefox 3.5.3 (build date: 20090824) * Google Gears 0.5.32.0 * Norton 360 antivirus * Running on Dell Inspiron 2200 with 512 Mbytes RAM -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
