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

Fix crash caused by accessing invalid ObjectSchema #188

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Conversation

appden
Copy link
Contributor

@appden appden commented Dec 16, 2015

These references would eventually become invalid. The quickest fix is for them to no longer be references. The longer-term fix might be to only store the object type and dynamically retrieve the ObjectSchema only when necessary.

Fixes #181

These references would eventually become invalid. The quickest fix is for them to no longer be references. The longer-term fix might be to only store the object type and dynamically retrieve the ObjectSchema only when necessary.

Fixes #181
@alazier
Copy link
Contributor

alazier commented Dec 16, 2015

👍 but we need to make the longer term fix before merging up to the object store branch. Might make sense to do that now before merging - it shoudn't be too difficult since we hold onto the shared_realm.

@appden appden merged commit 41ef7c4 into master Dec 17, 2015
@appden appden deleted the sk-crash-fix branch December 17, 2015 20:19
@santhosh77h
Copy link

santhosh77h commented Feb 25, 2019

@appden how to solve this issue in v2.23.0 because i don't see the files in version v2.23.0. which are updated by you here.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes running on device
3 participants