I've just fixed this in the uncoming version. However, it exposed a
fundemental problem with the program architecture. Each page is stored
as a temporary file. Perl does not close the file handles for temporary
files until they are out of scope, so on my machine, after around 1000
pages, my machine runs out of file handles.

The medium term solution is to store the data in an SQLite database,
rather than lots of temporary files, but that will require major
surgery.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527935

Title:
  Load PDF with more than 1000 pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gscan2pdf/+bug/1527935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to