-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tgkill #6244
Comments
Hi @NikunjKhunt This looks like a bug in ART not Realm. Is it something you can reproduce or do you only have this one crash from PlayStore? |
Hey - looks like you forgot to add a T:* label - could you please add one? |
I'm having similar crashes on my google play console. Huawei Mate 10 lite (HWRNE), Android 8.0 pid: 0, tid: 0 >>> com.package.name <<<
|
Ok, this one is not a bug in ART. :p |
We recently started having this issue as well on some devices.
On a Huawei P9 lite & a Galaxy XCover 4, both running android 7.0. Using Realm plugin 5.7.1. |
We recently started to have a lot of crash in native code. We have 4 different crashes in GP console, separated by Android versions mostly. Android 8.0
Android 6.0, 7.0, 7.1
Android 9
Android 8.0, 8.1
|
Since We would need more context and full stack traces in order to debug these. |
ERROR got in play console android vitals
backtrace:
#00 pc 000000000006b558 /system/lib64/libc.so (tgkill+8)
#1 pc 00000000000689dc /system/lib64/libc.so (pthread_kill+64)
#2 pc 0000000000023f28 /system/lib64/libc.so (raise+24)
#3 pc 000000000001c9ac /system/lib64/libc.so (abort+52)
#4 pc 0000000000431fac /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+456)
#5 pc 00000000000e5e8c /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1576)
#6 pc 00000000002efb44 /system/lib64/libart.so (ZN3art9JavaVMExt8JniAbortEPKcS2+2172)
#7 pc 00000000002efe18 /system/lib64/libart.so (_ZN3art9JavaVMExt9JniAbortVEPKcS2_St9__va_list+120)
#8 pc 0000000000102b58 /system/lib64/libart.so (_ZN3art11ScopedCheck6AbortFEPKcz+156)
#9 pc 0000000000102568 /system/lib64/libart.so (_ZN3art11ScopedCheck11CheckThreadEP7_JNIEnv+544)
#10 pc 00000000001000a0 /system/lib64/libart.so (_ZN3art11ScopedCheck5CheckERNS_18ScopedObjectAccessEbPKcPNS_12JniValueTypeE+1120)
#11 pc 0000000000103dc4 /system/lib64/libart.so (_ZN3art8CheckJNI6NewRefEPKcP7_JNIEnvP8_jobjectNS_15IndirectRefKindE+632)
#12 pc 00000000000c2c2c /data/app/-2/lib/arm64/librealm-jni.so
#13 pc 00000000000bccfc /data/app/-2/lib/arm64/librealm-jni.so
#14 pc 0000000000123594 /data/app/-2/lib/arm64/librealm-jni.so
#15 pc 0000000000123af4 /data/app/-2/lib/arm64/librealm-jni.so
#16 pc 000000000010c374 /data/app/-2/lib/arm64/librealm-jni.so
#17 pc 00000000000f08cc /data/app/-2/lib/arm64/librealm-jni.so
#18 pc 000000000006c6d0 /data/app/-2/lib/arm64/librealm-jni.so (Java_io_realm_internal_OsSharedRealm_nativeCommitTransaction+64)
#19 pc 0000000001d6e584 /data/app/-2/oat/arm64/base.odex
Version of Realm and tooling
Realm version(s): "io.realm:realm-gradle-plugin:5.7.0"
Realm Sync feature enabled: Yes
Android Studio version: 3.0.1
Android Build Tools version: '28.0.3'
Gradle version: 3.2.0-rc03
Which Android version and device(s): Xiaomi Redmi 4X (santoni), Android 7.1
The text was updated successfully, but these errors were encountered: