Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 2, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant