Skip to content

Crash - SIGSEGV (This issue has 2,546 crash events affecting 989 users) #1388

@buddy-dev-1337

Description

@buddy-dev-1337

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:

  1. Try to call someone with ringing true
  2. Decline the call from the other side
  3. 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.

Image

Logs

stacktrace.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions