jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

Sample SDK Example Crashing for Android Kotlin #222

Open mzgg opened 4 months ago

mzgg commented 4 months ago

Hello, When I was trying your kotlin example project to join a room, My app is crashing? Why?

2024-02-15 20:27:57.070 14593-14648 SoLoader net.jitsi.sdktest D libreactnativeblob.so found on DirectAPKSoSource: 4 2024-02-15 20:27:57.220 14593-14648 libc net.jitsi.sdktest A Fatal signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0x6f93c565c0 in tid 14648 (mqt_js), pid 14593 (t.jitsi.sdktest) 2024-02-15 20:27:57.279 14663-14663 DEBUG pid-14663 A pid: 14593, tid: 14648, name: mqt_js >>> net.jitsi.sdktest <<< 2024-02-15 20:27:57.328 14663-14663 DEBUG pid-14663 A #01 pc 0000000000557840 /data/app/~~69rZ_EP8b8SKbFTi75fQSg==/net.jitsi.sdktest-KzF9vAXRnIluwr8M7vpRag==/base.apk!libjsc.so (offset 0x858000) (BuildId: dad225e5c5aafb43e3fcbfcd576772a6a0f8c19a) 2024-02-15 20:27:57.328 14663-14663 DEBUG pid-14663 A #02 pc 0000000000563414 /data/app/~~69rZ_EP8b8SKbFTi75fQSg==/net.jitsi.sdktest-KzF9vAXRnIluwr8M7vpRag==/base.apk!libjsc.so (offset 0x858000) (BuildId: dad225e5c5aafb43e3fcbfcd576772a6a0f8c19a) 2024-02-15 20:27:57.328 14663-14663 DEBUG pid-14663 A #03 pc 0000000000566788 /data/app/~~69rZ_EP8b8SKbFTi75fQSg==/net.jitsi.sdktest-KzF9vAXRnIluwr8M7vpRag==/base.apk!libjsc.so (offset 0x858000) (BuildId: dad225e5c5aafb43e3fcbfcd576772a6a0f8c19a)

saghul commented 4 months ago

Is this a real device or a simulator?

mzgg commented 4 months ago

simulator

saghul commented 4 months ago

We haven't been able to reproduce those crashes on real devices. They seem to only affect simulators, so please do test a real device.