open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

Android subscreiption crash :signaling_threa(18741) SIGABRT #210

Open Billshuai opened 4 years ago

Billshuai commented 4 years ago

mobile devices(小米 MI 5) infos: system: Android 8.0.0 ROM:XiaoMi/MINI CPU: arm64-v8a error log: `#00 pc 0000000000069e18 /system/lib64/libc.so (tgkill+8) [arm64-v8a]

2 #01 pc 000000000001df20 /system/lib64/libc.so (abort+88) [arm64-v8a] 3 #02 pc 000000000021c838 /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 4 #03 pc 00000000002186a4 /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 5 #04 pc 000000000059aad4 /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 6 #05 pc 00000000002a0ed4 /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 7 #06 pc 00000000002b250c /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 8 #07 pc 00000000002b23f4 /data/app/com.bokecc.ccsskt.example-aFR_17YnLMaGGyKgZCaebA==/lib/arm64/libjingle_peerconnection_so.so [arm64-v8a] 9 #08 pc 00000000000667b0 /system/lib64/libc.so (__pthread_start(void*)+36) [arm64-v8a] 10 #09 pc 000000000001f2b4 /system/lib64/libc.so (__start_thread+68) [arm64-v8a] 11 java: 12 [Failed to get Java stack]

`

JustinWjq commented 4 years ago

请问你这个问题解决了嘛,我发现在bugly上面有些机子都会出现这种问题。这种so文件没有什么头绪,不知道是不是自己代码的问题。

JustinWjq commented 4 years ago

但是自己怎么都复现不出来,好奇怪

simizuhikari commented 3 years ago

I had similar to the same issue, try to change the Android Gradle Plugin version to 3.4.x or below.