Copy from #1599
People are still seeing finalizer timeouts on 0.88.2: http://crashes.to/s/360245fd72a
We should look into how hard it would be to get rid of finalizers completely IMO.
/cc @dalinaum
@GaborPeto the PR(#3144) to remove finalizer has not been merged yet. Sorry for the exception you got.
Does anybody know in which Realm release this fix will be? I can still see this crash using realm-java 2.2.1 on android.
Fatal Exception: java.util.concurrent.TimeoutException: io.realm.internal.Table.finalize() timed out after 10 seconds
at io.realm.internal.Table.finalize(SourceFile:88)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:206)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:189)
at java.lang.Thread.run(Thread.java:818)
@lorenzopolidori The fix has not been released yet. Currently only our snapshot release contains this fix. The fix will be released in v2.2.2
soon.
Most helpful comment
@lorenzopolidori The fix has not been released yet. Currently only our snapshot release contains this fix. The fix will be released in
v2.2.2
soon.