You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Wrote a small app to test the SnappyDB.
It has only a textView that place the results to it.
When running the application once, all is fine.
When running the application for 10 time ( click on the back button, and re-starting the app ), I'm getting the following exception:
07-01 14:37:38.015 1570-1586/com.example.dev.test2 E/AndroidRuntime: FATAL EXCEPTION: FinalizerWatchdogDaemon
Process: com.example.dev.test2, PID: 1570
java.util.concurrent.TimeoutException: com.snappydb.internal.KeyIteratorImpl.finalize() timed out after 10 seconds
at com.snappydb.internal.DBImpl.__iteratorClose(Native Method)
at com.snappydb.internal.KeyIteratorImpl.close(KeyIteratorImpl.java:32)
at com.snappydb.internal.KeyIteratorImpl.finalize(KeyIteratorImpl.java:42)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:194)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:177)
at java.lang.Thread.run(Thread.java:818)
Wrote a small app to test the SnappyDB.
It has only a textView that place the results to it.
When running the application once, all is fine.
When running the application for 10 time ( click on the back button, and re-starting the app ), I'm getting the following exception:
07-01 14:37:38.015 1570-1586/com.example.dev.test2 E/AndroidRuntime: FATAL EXCEPTION: FinalizerWatchdogDaemon
Process: com.example.dev.test2, PID: 1570
java.util.concurrent.TimeoutException: com.snappydb.internal.KeyIteratorImpl.finalize() timed out after 10 seconds
at com.snappydb.internal.DBImpl.__iteratorClose(Native Method)
at com.snappydb.internal.KeyIteratorImpl.close(KeyIteratorImpl.java:32)
at com.snappydb.internal.KeyIteratorImpl.finalize(KeyIteratorImpl.java:42)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:194)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:177)
at java.lang.Thread.run(Thread.java:818)
Any idea for the issue ?
Click to view the code : http://paste.ofcode.org/cjTYEEhQHWwTbNPuHsBnsp
The text was updated successfully, but these errors were encountered: