aektapatel / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

excessive memory usage causes crash with JasperServer-User-Guide.pdf #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open JasperServer-User-Guide.pdf
2. search for a string that can't be found in pdf file
3. apv crashes because of excessive memory usage

What is the expected output? What do you see instead?

apv doesn't find anything, without crashing

Original issue reported on code.google.com by mpietrzak on 20 Apr 2010 at 6:51

Attachments:

GoogleCodeExporter commented 9 years ago
This could be the same uncontrolled growth of xref->store issue that I just 
fixed for viewing, but this time for searching.

Original comment by arpruss on 31 Jul 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Seems to fine with the current code.  In any case, just to be safe, I added 
some xref->store aging, which solved the uncontrolled memory growth issue for 
the rendering.

Original comment by arpruss on 31 Jul 2011 at 10:18