-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
**Bugs** Realm crash on thread:join #5138
Comments
I'd suggest setting a breakpoint on |
Thanks for your replying, I will try what you suggest. If i could isolate the backtraces, I will paste it here |
I'm going to close this issue due to lack of details. Please feel absolutely free to reopen if you have more details/reproducible code. |
We get more clear stack trace as follow, hope it gives some hint
|
This crash seems to happen under very heavy loads (allocating a |
Bugs Realm crash on thread:join
we use realm on a serial dispatch queue
com.aimi.analytics.eventqueue
, and get crashes from fabric like in the stack trace. Though the trace doesn't said it's related with realm, I'm sure its. We don't use other things need to care about thread, and if we disable realm on this queue, we will not catch such crash.We can not reproduce the crash locally, and we can just see it on fabric. Due to serial dispatch queue will change underlying thread from time to time, and we already use realm following the document guide like below
We cannot figure out what's happening
Actual Results - Stack Trace
Version of Realm and Tooling
Realm framework version: 2.7.0
Realm Object Server version: ?
Xcode version: 8.3.3
iOS/OSX version: ?
Dependency manager + version: pod 1.2.1
The text was updated successfully, but these errors were encountered: