wanglongqi / pdf2djvu

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

Out of memory errors on long documents #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the official windows build of pdf2djvu 0.7.10 on Windows 7 64-bit. 
Running pdf2djvu on large files such as 
http://www.archive.org/download/greekenglishlex00liddrich/greekenglishlex00liddr
ich.pdf results in the program terminating with the message "Out of memory"; 
the exact page it terminated on changed with different settings (monochrome, 
resolution) but was always between 200 and 450. 

Since temporary djvu files were created for each page reached before the memory 
error, I imagine that each page is being processed separately during the phase 
it's crashing in, so this would have to be some kind of leak.

Original issue reported on code.google.com by dmjens...@gmail.com on 25 Oct 2011 at 8:11