Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.realm.internal.Table.finalize() timed out after 10 seconds #1599

Closed
tebica opened this issue Oct 15, 2015 · 8 comments
Closed

io.realm.internal.Table.finalize() timed out after 10 seconds #1599

tebica opened this issue Oct 15, 2015 · 8 comments
Assignees
Labels

Comments

@tebica
Copy link
Contributor

tebica commented Oct 15, 2015

Issur for Kakao Hello
io.realm.internal.Table.finalize() timed out after 10 seconds

  • Number 1 frequent issue on crash report
  • No route to reproduce
  • Galaxy S6, Galaxy S6 Edge, Galaxy S6 Edge+
  • OS version 5.1.1
  • reported by @jungilhan
java.util.concurrent.TimeoutException: io.realm.internal.Table.finalize() timed out after 10 seconds
    at io.realm.internal.Table.finalize(SourceFile:121)
    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)
@dalinaum
Copy link
Contributor

I changed #1 to Number 1

@dalinaum
Copy link
Contributor

Doesn't it involve the reason of #1547? It only happens to Exynos 7420 too.

@petersnoopy
Copy link

Same happens now on Blackberry Z10 after updating to 0.84.0

@beeender
Copy link
Contributor

@dalinaum Could be. Do we have the backtrace of other threads when this problem happens?

@beeender
Copy link
Contributor

@petersnoopy Does it only happen to Z10? Are you using the async query? Is it possible to share your project with us? to help@realm.io
thanks!

@cmelchior
Copy link
Contributor

Root cause of this was a faulty kernel on the Korean version of S6 which didn't handle signals properly. 0.85.0 has been released which no longer uses signal handlers for encryption and it should fix this issue.

@cmelchior cmelchior removed the P1 label Nov 19, 2015
@dalinaum
Copy link
Contributor

This issue still exists: http://crashes.to/s/360245fd72a

@cmelchior
Copy link
Contributor

The original cause for this was our use of signals on encrypted Realms, since we moved away from signals, this cannot be the cause anymore. So i'll close this issue and move @dalinaum comment to a new issue to avoid confusion

@cmelchior cmelchior changed the title io.realm.internal.Table.finalize() timed out after 10 seconds io.realm.internal.Table.finalize() timed out after 10 seconds Mar 18, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants