-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Describe the bug
This happens intermittently, just try to place a call to someone and we see this.
One interesting thing got from Crashlytics is that for all these crashes the memory in RAM is around 100-200MB at the time of the crash, which is weird because these are mid-high end devices with 4-6GB RAM
Gemini Gist:
A SIGSEGV (Segmentation Violation) in libjingle_peerconnection_so.so indicates a memory access violation within the WebRTC library. This usually means your code is trying to read or write to a memory address it shouldn't access – possibly because the memory is unallocated, already freed, or doesn't have the correct permissions. This often happens due to:
SDK version
- (io.getstream:stream-video-android-ui-compose:1.5.0)
To Reproduce
Steps to reproduce the behavior:
- Try to call someone with
ringingtrue - Decline the call from the other side
- Observe the crash
Expected behavior
Should not crash the app.
Device:
- Vendor and model: Vivo, Oppo, Xiaomi
- Android version: Android 14, 13, 11, 10
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
