-
Notifications
You must be signed in to change notification settings - Fork 585
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
iOS Crash - EXC_BAD_ACCESS #2713
Comments
You say that you don't use sync but the stack trace indicates that you do. Without code and/or steps to reproduce it, we cannot provide much help. |
That's interesting. I have definitely not configured any sync server. I'm
using realm 100% in local mode.
What code would be useful?
El vie., 7 de febrero de 2020 04:52, Kenneth Geisshirt <
[email protected]> escribió:
… You say that you don't use sync but the stack trace indicates that you do.
Without code and/or steps to reproduce it, we cannot provide much help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2713?email_source=notifications&email_token=ALU263GDQZLJHCIBSY3UZTDRBUHKJA5CNFSM4KQCQHX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELCBCCQ#issuecomment-583274762>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALU263DMZH4HLM6G2HRUB73RBUHKJANCNFSM4KQCQHXQ>
.
|
Here's the full crash log from XCode, and some code samples at the end:
Some code samples of how the DB is started and queried:
Load realm into a global
Query example. Note the first helper function to make all queries async compatible.
|
The line |
We're also experiencing this each time we force quit the simulator or on a real device. Stacktrace:
|
We have been able to reproduce a similar behaviour in https://github.com/kraenhansen/realm-js-issue-3112. But we haven't found the root cause yet. |
We are approaching the point where our new JSI based implementation will take over, so I take the liberty to close the issue. |
Goals
Expected Results
Actual Results
Our crash reporting tool reported the following iOS crash/exception coming from RealmJS. While I do not have any steps to reproduce or anything specific to share (just regular use, no sync), the crash happened right before the "app will terminate" event.
Below is the crash log:
Steps to Reproduce
Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: