Skip to content

Crash after video call #3577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bmarty opened this issue Jun 28, 2021 · 0 comments · Fixed by #3587
Closed

Crash after video call #3577

bmarty opened this issue Jun 28, 2021 · 0 comments · Fixed by #3587
Assignees
Labels

Comments

@bmarty
Copy link
Member

bmarty commented Jun 28, 2021

Reported several times in by the PlayStore and in rageshakes too.

MediaStreamTrack has been disposed.

java.lang.IllegalStateException: MediaStreamTrack has been disposed.
  at org.webrtc.MediaStreamTrack.checkMediaStreamTrackExists (MediaStreamTrack.java:2)
  at org.webrtc.MediaStreamTrack.getNativeMediaStreamTrack (MediaStreamTrack.java:1)
  at org.webrtc.VideoTrack.addSink (VideoTrack.java:4)
  at im.vector.app.features.call.webrtc.WebRtcCall.attachViewRenderersInternal (WebRtcCall.kt:9)
  at im.vector.app.features.call.webrtc.WebRtcCall.access$attachViewRenderersInternal (WebRtcCall.kt:1)
  at im.vector.app.features.call.webrtc.WebRtcCall$attachViewRenderers$1.invokeSuspend (WebRtcCall.kt:10)
  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:3)
  at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:18)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
  at java.lang.Thread.run (Thread.java:923)

https://github.com/matrix-org/element-android-rageshakes/issues?q=is%3Aissue+is%3Aopen+checkMediaStreamTrackExists

@bmarty bmarty added the Z-Crash label Jun 28, 2021
@bmarty bmarty changed the title Crash: IllegalStateException at org.webrtc.MediaStreamTrack.checkMediaStreamTrackExists Crash after video call Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants