-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I use the library on android, since upgrading to version 4.0.2 I sometimes encounter app crashes. I have no way to reproduce the problem but this never happened in older versions.
I found the problem here #610 (#610)
But in the app I never called BoxStore.close()
FATAL EXCEPTION: FinalizerWatchdogDaemon (Ask Gemini)
java.util.concurrent.TimeoutException: io.objectbox.Transaction.finalize() timed out after 60 seconds
at io.objectbox.Transaction.nativeDestroy(Native Method)
at io.objectbox.Transaction.close(Transaction.java:128)
at io.objectbox.Transaction.finalize(Transaction.java:87)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
at java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
at java.lang.Daemons$Daemon.run(Daemons.java:145)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working