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

SIGSEGV(SEGV_MAPERR) SIGSEGV(SEGV_ACCERR) #4004

Closed
maisiji opened this issue Jan 9, 2017 · 8 comments
Closed

SIGSEGV(SEGV_MAPERR) SIGSEGV(SEGV_ACCERR) #4004

maisiji opened this issue Jan 9, 2017 · 8 comments

Comments

@maisiji
Copy link

maisiji commented Jan 9, 2017

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)

image

@beeender
Copy link
Contributor

beeender commented Jan 9, 2017

What is the Realm version for the above backtrace?

@maisiji
Copy link
Author

maisiji commented Jan 9, 2017

@beeender realm version:2.2.1

@beeender
Copy link
Contributor

beeender commented Jan 9, 2017

Decoded backtrace:

1 #00 pc 00086598 /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a] realm::ArrayString::set(unsigned int, realm::StringData)
2 #1 pc 000a9d37 /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a] realm::Group::do_get_or_add_table(realm::StringData, bool (*)(realm::Spec const&), void (*)(realm::Table&), bool*)
3 #2 pc 0005ec8d /data/app-lib/com.netease.ntespm-1/librealm-jni.so [armeabi-v7a] (anonymous namespace)::create_metadata_tables(realm::Group&)
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)

@beeender
Copy link
Contributor

beeender commented Jan 9, 2017

Same bt with #3561 Very much like the same bug. @kneth , dup it?

@Zhuinden
Copy link
Contributor

Zhuinden commented Jan 9, 2017

This looks like that Samsung bug you guys are fixing

@kneth
Copy link
Contributor

kneth commented Jan 9, 2017

Yes, it is a duplicate of #3651 - at least the crash is identical. From the device list from @deco-ding it looks like the same devices. I'll close the issue - @deco-ding please follow #3651.

@maisiji
Copy link
Author

maisiji commented Jan 9, 2017

@kneth ok thx

@kneth kneth closed this as completed Jan 9, 2017
@Zhuinden
Copy link
Contributor

#4402 might fix this once it's merged

@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.
Projects
None yet
Development

No branches or pull requests

4 participants