Skip to content
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

App may crash during call execution #6415

Closed
aringenbach opened this issue Jul 13, 2022 · 2 comments · Fixed by matrix-org/matrix-ios-sdk#1522
Closed

App may crash during call execution #6415

aringenbach opened this issue Jul 13, 2022 · 2 comments · Fixed by matrix-org/matrix-ios-sdk#1522
Assignees
Labels
A-Jitsi O-Occasional Affects or can be seen by some users regularly or most users rarely T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@aringenbach
Copy link
Contributor

Steps to reproduce

  1. Start a call

Outcome

App sometimes crash, due to some call operations requiring main thread being executed on another one.

Your phone model

Any

Operating system version

Any

Application version

1.8.21

Homeserver

Any

Will you send logs?

No

@aringenbach aringenbach added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Jul 13, 2022
@aringenbach aringenbach self-assigned this Jul 13, 2022
@RiotRobot RiotRobot added this to Incoming in Issue triage Jul 13, 2022
@aringenbach aringenbach added A-Jitsi O-Occasional Affects or can be seen by some users regularly or most users rarely labels Jul 13, 2022
@aringenbach aringenbach moved this from Incoming to Triaged in Issue triage Jul 13, 2022
@pixlwave
Copy link
Contributor

@aringenbach Do you think this is related to #6370?

@aringenbach
Copy link
Contributor Author

@pixlwave Not related, it is directly related to this more recent fix matrix-org/matrix-ios-sdk#1511

Previously the CallStack operations always ran on main operationQueue, hence always on main thread as well.

Issue triage automation moved this from Triaged to Closed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Jitsi O-Occasional Affects or can be seen by some users regularly or most users rarely T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
Development

Successfully merging a pull request may close this issue.

2 participants