-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
<!---
Questions: If you have questions about how to use Realm, ask on
StackOverflow.
We monitor the realm tag.
Feature Request: Just fill in the first two sections below.
Bugs: To help you as fast as possible with an issue please describe your issue
and the steps you have taken to reproduce it in as many details as possible.
-->
Steps & Code to Reproduce
> Logging is disabled on the device, I cannot know what operation caused this crash.
If I remove db and create new one ( clear user data on my app), the crash doesn't happen on new db.
```
Version of Realm and tooling
Realm version(s): ?
3.5.0
Realm sync feature enabled: yes/no
no
Android Studio version: ?
2.3.3
build.gradle on project level
dependencies
Which Android version and device: ?
Sony G3125
Android SDK 24
Crash log
09-21 10:58:21.035 3095 3095 I AEE_AED : pid: 2976, tid: 3056, name: DTWRealmMgrThre >>> (my app) <<<
09-21 10:58:21.035 3095 3095 I AEE_AED : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-21 10:58:21.035 3095 3095 I AEE_AED : x0 0000000000000000 x1 0000000000000bf0 x2 0000000000000006 x3 0000000000000008
09-21 10:58:21.036 3095 3095 I AEE_AED : x4 000000000000001d x5 8080800000000000 x6 0000007094861000 x7 0000000000000000
09-21 10:58:21.036 3095 3095 I AEE_AED : x8 0000000000000083 x9 ffffffffffffffdf x10 0000000000000000 x11 0000000000000001
09-21 10:58:21.036 3095 3095 I AEE_AED : x12 0000000000000018 x13 0000000000000000 x14 0000000000000000 x15 0036ece2d72d06ad
09-21 10:58:21.036 3095 3095 I AEE_AED : x16 0000007091b76ed0 x17 0000007091b1f6d8 x18 0000000c00000000 x19 0000007074b434f8
09-21 10:58:21.036 3095 3095 I AEE_AED : x20 0000000000000006 x21 0000007074b43450 x22 000000000000000b x23 0000000000000001
09-21 10:58:21.036 3095 3095 I AEE_AED : x24 0000007089d4b010 x25 0000000000000001 x26 0000000000000868 x27 0000007089c43980
09-21 10:58:21.036 3095 3095 I AEE_AED : x28 0000000000000000 x29 0000007074b3f840 x30 0000007091b1cb04
09-21 10:58:21.036 3095 3095 I AEE_AED : sp 0000007074b3f820 pc 0000007091b1f6e0 pstate 0000000060000000
09-21 10:58:21.044 3095 3095 I AEE_AED :
09-21 10:58:21.044 3095 3095 I AEE_AED : backtrace:
09-21 10:58:21.044 3095 3095 I AEE_AED : #00 pc 000000000006d6e0 /system/lib64/libc.so (tgkill+8)
09-21 10:58:21.044 3095 3095 I AEE_AED : #01 pc 000000000006ab00 /system/lib64/libc.so (pthread_kill+64)
09-21 10:58:21.044 3095 3095 I AEE_AED : #02 pc 0000000000024118 /system/lib64/libc.so (raise+24)
09-21 10:58:21.044 3095 3095 I AEE_AED : #03 pc 000000000001c9bc /system/lib64/libc.so (abort+52)
09-21 10:58:21.044 3095 3095 I AEE_AED : #04 pc 00000000001e0e3c /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.044 3095 3095 I AEE_AED : #05 pc 00000000001e0e80 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #06 pc 00000000001e0f10 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #07 pc 000000000018ec00 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #08 pc 000000000018bbd4 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #09 pc 000000000018be6c /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #10 pc 000000000018d614 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #11 pc 00000000000e8d68 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #12 pc 00000000000d2560 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #13 pc 000000000005ba20 /data/app/(my app)/lib/arm64/librealm-jni.so (Java_io_realm_internal_SharedRealm_nativeCommitTransaction+48)
09-21 10:58:21.045 3095 3095 I AEE_AED : #14 pc 0000000000ca5f14 /data/app/(my app)/oat/arm64/base.odex (offset 0xb21000)
09-21 11:11:17.435 7315 7315 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 7315 ((my app process))09-21 10:58:21.035 3095 3095 I AEE_AED : pid: 2976, tid: 3056, name: DTWRealmMgrThre >>> (my app) <<<
09-21 10:58:21.035 3095 3095 I AEE_AED : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-21 10:58:21.035 3095 3095 I AEE_AED : x0 0000000000000000 x1 0000000000000bf0 x2 0000000000000006 x3 0000000000000008
09-21 10:58:21.036 3095 3095 I AEE_AED : x4 000000000000001d x5 8080800000000000 x6 0000007094861000 x7 0000000000000000
09-21 10:58:21.036 3095 3095 I AEE_AED : x8 0000000000000083 x9 ffffffffffffffdf x10 0000000000000000 x11 0000000000000001
09-21 10:58:21.036 3095 3095 I AEE_AED : x12 0000000000000018 x13 0000000000000000 x14 0000000000000000 x15 0036ece2d72d06ad
09-21 10:58:21.036 3095 3095 I AEE_AED : x16 0000007091b76ed0 x17 0000007091b1f6d8 x18 0000000c00000000 x19 0000007074b434f8
09-21 10:58:21.036 3095 3095 I AEE_AED : x20 0000000000000006 x21 0000007074b43450 x22 000000000000000b x23 0000000000000001
09-21 10:58:21.036 3095 3095 I AEE_AED : x24 0000007089d4b010 x25 0000000000000001 x26 0000000000000868 x27 0000007089c43980
09-21 10:58:21.036 3095 3095 I AEE_AED : x28 0000000000000000 x29 0000007074b3f840 x30 0000007091b1cb04
09-21 10:58:21.036 3095 3095 I AEE_AED : sp 0000007074b3f820 pc 0000007091b1f6e0 pstate 0000000060000000
09-21 10:58:21.044 3095 3095 I AEE_AED :
09-21 10:58:21.044 3095 3095 I AEE_AED : backtrace:
09-21 10:58:21.044 3095 3095 I AEE_AED : #00 pc 000000000006d6e0 /system/lib64/libc.so (tgkill+8)
09-21 10:58:21.044 3095 3095 I AEE_AED : #01 pc 000000000006ab00 /system/lib64/libc.so (pthread_kill+64)
09-21 10:58:21.044 3095 3095 I AEE_AED : #02 pc 0000000000024118 /system/lib64/libc.so (raise+24)
09-21 10:58:21.044 3095 3095 I AEE_AED : #03 pc 000000000001c9bc /system/lib64/libc.so (abort+52)
09-21 10:58:21.044 3095 3095 I AEE_AED : #04 pc 00000000001e0e3c /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.044 3095 3095 I AEE_AED : #05 pc 00000000001e0e80 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #06 pc 00000000001e0f10 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #07 pc 000000000018ec00 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #08 pc 000000000018bbd4 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #09 pc 000000000018be6c /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #10 pc 000000000018d614 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #11 pc 00000000000e8d68 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #12 pc 00000000000d2560 /data/app/(my app)/lib/arm64/librealm-jni.so
09-21 10:58:21.045 3095 3095 I AEE_AED : #13 pc 000000000005ba20 /data/app/(my app)/lib/arm64/librealm-jni.so (Java_io_realm_internal_SharedRealm_nativeCommitTransaction+48)
09-21 10:58:21.045 3095 3095 I AEE_AED : #14 pc 0000000000ca5f14 /data/app/(my app)/oat/arm64/base.odex (offset 0xb21000)
09-21 11:11:17.435 7315 7315 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 7315 ((my app process))