Skip to content

TimeoutException in version 4.0.2 #1190

@neophammdc

Description

@neophammdc

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions