Realm-java: io.realm.internal.Table.finalize() timed out after 10 seconds

Created on 18 Mar 2016  ·  3Comments  ·  Source: realm/realm-java

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

T-Bug

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.

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

David-Kuper picture David-Kuper  ·  3Comments

pawlo2102 picture pawlo2102  ·  3Comments

harshvishu picture harshvishu  ·  3Comments

yuwu picture yuwu  ·  3Comments

CNyezi picture CNyezi  ·  3Comments