rehamaltamimi / gwtwiki

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

Memory leak in WikiModel #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Converting too much wikipedia xml files to raw text by WikiModel.render() 
function

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

What version of the product are you using? On what operating system?
it is appeared on both Windows 7 and Ubuntu Linux 9.10

Please provide any additional information below.
The problem is related to unimplemented tearDown() function in 
AbstractWikiModel. 

Original issue reported on code.google.com by halil.ay...@gmail.com on 24 Sep 2010 at 10:57

GoogleCodeExporter commented 8 years ago
Which bliki version do you use?

Do you refer to the 
info.bliki.wiki.dump.DumpExample.java class?

Original comment by axelclk@gmail.com on 24 Sep 2010 at 3:49

GoogleCodeExporter commented 8 years ago
latest version (version 3.0.15)

I mean tearDown() function in info.bliki.wiki.model.AbstractWikiModel class.

Original comment by halil.ay...@gmail.com on 24 Sep 2010 at 4:41

GoogleCodeExporter commented 8 years ago
Which of the AbstractWikiModel attributes is causing the leak?

You can call the initialize() method in your model, if you would like to reuse 
the model for parsing a new wiki text.

Original comment by axelclk@gmail.com on 1 Nov 2010 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 27 Jan 2012 at 3:46