jrmunson / ziparchive

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

unzip file bigger than 20MB will crash the app on iphone 3G #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

1. i download a zip file to an external server
2. when executing the code to unzip it crashes
3. i can tell it crashes because even when i perform the unzip process on a 
separate thread the app wont respond making the iphone reboot by itself after 
10 seconds.

I know if I try to download multiple smaller zip file rather than one big file 
will solve the issue. but i would like to know if there is any possible 
solution for this so i dont have to change the architecture of downloadable 
packages in my app.

Thanks... 

Original issue reported on code.google.com by david.ya...@gmail.com on 23 Aug 2010 at 2:57

GoogleCodeExporter commented 8 years ago
I have encountered the same -- it is likely due to issue 18, so I am setting it 
as a duplicate.  

If your device logs do not report memory warnings, but indicate a crash for a 
different reason, please post a new issue with the logs!

Original comment by elinc...@hachisoft.com on 15 Feb 2011 at 8:13