You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, that's not supported, but it's surprising you're getting this type of crash. I'll need to ask someone on the native team to look into it and see if you're hitting some corner case we haven't guarded properly against. And just to be clear, you would still get an exception, it should just be a more informative one.
Goals
I'm using Realm Cloud with my Xamarin.Forms application. Recently I noticed that Google pre-launch report shows weird exceptions:
04-06 14:01:10.404: A/DEBUG(16630): Build fingerprint: 'HUAWEI/MHA-L29/HWMHA:7.0/HUAWEIMHA-L29/C567B138:user/release-keys'
04-06 14:01:10.404: A/DEBUG(16630): Revision: '0'
04-06 14:01:10.404: A/DEBUG(16630): ABI: 'arm'
04-06 14:01:10.404: A/DEBUG(16630): pid: 14014, tid: 14222, name: Thread-5 >>> com.pfedotovsky.app<<<
04-06 14:01:10.404: A/DEBUG(16630): signal 6 (SIGABRT), code
6 (SI_TKILL), fault addr-------04-06 14:01:10.404: A/DEBUG(16630): r0 00000000 r1 0000378e r2 00000006 r3 00000008
04-06 14:01:10.404: A/DEBUG(16630): r4 ce286978 r5 00000006 r6 ce286920 r7 0000010c
04-06 14:01:10.404: A/DEBUG(16630): r8 ff965ecc r9 ce6dbbac sl ce5b3514 fp ce2868f4
04-06 14:01:10.404: A/DEBUG(16630): ip 00000004 sp ce286888 lr f15ceac7 pc f15d1330 cpsr 600f0010
04-06 14:01:10.412: A/DEBUG(16630): backtrace:
04-06 14:01:10.413: A/DEBUG(16630): #00 pc 0004a330 /system/lib/libc.so (tgkill+12)
04-06 14:01:10.413: A/DEBUG(16630): #1 pc 00047ac3 /system/lib/libc.so (pthread_kill+34)
04-06 14:01:10.413: A/DEBUG(16630): #2 pc 0001d925 /system/lib/libc.so (raise+10)
04-06 14:01:10.413: A/DEBUG(16630): #3 pc 00019471 /system/lib/libc.so (__libc_android_abort+34)
04-06 14:01:10.413: A/DEBUG(16630): #4 pc 000170b4 /system/lib/libc.so (abort+4)
04-06 14:01:10.413: A/DEBUG(16630): #5 pc 0032d634 /data/app/com.pfedotovsky.app-1/lib/arm/librealm-wrappers.so (_ZN9__gnu_cxx27__verbose_terminate_handlerEv+348)
04-06 14:01:10.413: A/DEBUG(16630): #6 pc 002fb174 /data/app/com.pfedotovsky.app-1/lib/arm/librealm-wrappers.so (_ZN10__cxxabiv111__terminateEPFvvE+8)
04-06 14:01:10.413: A/DEBUG(16630): #7 pc 002fb214 /data/app/com.pfedotovsky.app-1/lib/arm/librealm-wrappers.so (_ZSt9terminatev+12)
04-06 14:01:10.413: A/DEBUG(16630): #8 pc 0032c5e0 /data/app/com.pfedotovsky.app-1/lib/arm/librealm-wrappers.so (execute_native_thread_routine+204)
04-06 14:01:10.413: A/DEBUG(16630): #9 pc 00047593 /system/lib/libc.so (_ZL15__pthread_startPv+22)
04-06 14:01:10.413: A/DEBUG(16630): #10 pc 00019ecd /system/lib/libc.so (__start_thread+6)
Can someone advise how to troubleshoot it?
Expected Results
No exceptions.
Actual Results
Weird exceptions (see above).
Steps to Reproduce
I don't know what results to this - the app use Realm Cloud in read-only mode.
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: