dispose()/deleteKernel() incomplete?

Issue #40 resolved
Dmitry Tsarkov repo owner created an issue

Original [issue 40](https://code.google.com/p/factplusplus/issues/detail?id=40) created by dtsarkov on 2011-10-20T14:12:39.000Z:

<b>What steps will reproduce the problem?</b> 1. Create FaCT++ reasoner with OWLAPI. 2. Dispose reasoner with dispose() method. 3. Repeat 1. and 2. for a thousand times.

<b>What is the expected output? What do you see instead?</b>

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.

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

<b>Please provide any additional information below.</b>

Comments (1)

  1. Log in to comment