Hi,

I guess it's a forgotten mk.dispose() of a MicroKernelImpl instance, but
maybe not in this test, but in one of the tests before that. This might
not always fail, as the database file is closed when the object is garbage
collected.

Such problems are kind of tricky to find, and I can't find it currently.
What usually helps is:

Exception openException = new Exception("opened");
public void finalize() {
  if (!closed) {
    openException.printStackTrace(System.out);
  }
    }


Regards,
Thomas




On 4/13/12 6:44 PM, "[email protected]" <[email protected]> wrote:

>...I believe with r1325827...

Reply via email to