nasrosoft / factplusplus

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

dispose()/deleteKernel() incomplete? #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create FaCT++ reasoner with OWLAPI.
2. Dispose reasoner with dispose() method.
3. Repeat 1. and 2. for a thousand times.

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

Inspecting the Heap of the JVM, one notices that there
are many instances of FaCTPlusPlusReasoner$ProgressMonitorAdapter,
which are not deleted. Looks like a memory leak.

What version of the product are you using? On what operating system?
Version 1.5.2. on Linux.

Please provide any additional information below.

Original issue reported on code.google.com by Lippmann...@googlemail.com on 20 Oct 2011 at 2:12

GoogleCodeExporter commented 8 years ago
Fixed in the SVN with commit 1225

Original comment by dmitry.t...@gmail.com on 20 Oct 2011 at 3:24