-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
SIGSEGV(SEGV_MAPERR) SIGSEGV(SEGV_ACCERR) #4004
Labels
Comments
What is the Realm version for the above backtrace? |
@beeender realm version:2.2.1 |
Decoded backtrace:
|
This looks like that Samsung bug you guys are fixing |
@kneth ok thx |
#4402 might fix this once it's merged |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1 #00 pc 00086598 /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a]
2 #1 pc 000a9d37 /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a]
3 #2 pc 0005ec8d /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a]
4 java:
5 io.realm.internal.SharedRealm.void nativeSetVersion(long,long)(Native Method)
6 io.realm.internal.SharedRealm.void setSchemaVersion(long)(SharedRealm.java:236)
7 io.realm.BaseRealm.void setVersion(long)(BaseRealm.java:496)
8 io.realm.Realm.void initializeRealm(io.realm.Realm)(Realm.java:323)
9 io.realm.Realm.io.realm.Realm createAndValidate(io.realm.RealmConfiguration,io.realm.internal.ColumnIndices[])(Realm.java:299)
10 io.realm.Realm.io.realm.Realm createInstance(io.realm.RealmConfiguration,io.realm.internal.ColumnIndices[])(Realm.java:264)
11 io.realm.RealmCache.io.realm.BaseRealm createRealmOrGetFromCache(io.realm.RealmConfiguration,java.lang.Class)(RealmCache.java:143)
12 io.realm.Realm.io.realm.Realm getDefaultInstance()(Realm.java:209)
The text was updated successfully, but these errors were encountered: