incident404 / theunarchiver

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

extract a zip file with many, many files will eat up all my memory #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get a zip file with thousands of file (my file is 499 Mb and with files
no more than 50 KB each, so about 10 thousands file in it)
2. Extract it with The Unarchiver
3.

What is the expected output? What do you see instead?
It should be extracted normally, but it actually eat up all my memory (or
maybe CPU) and makes my OS hangs

What version of the product are you using? On what operating system?
1.1 on Mac OSX 10.4.8 with Intel Core Duo 2.0 GHz CPU

Please provide any additional information below.

Original issue reported on code.google.com by fishyw...@gmail.com on 27 Oct 2006 at 7:09

GoogleCodeExporter commented 9 years ago
Sadly, there's not much to be done about this. I optimized the code a little, 
but it
won't help all that much. You'll probably just have to use BOMArchiveHelper on 
those
Zip files.

Original comment by paracel...@gmail.com on 31 Oct 2006 at 2:26

GoogleCodeExporter commented 9 years ago
This is fixed in 1.4?

Original comment by fishyw...@gmail.com on 1 Feb 2007 at 6:10