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

Disable encoding on separate thread for iOS #907

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

elijah-semyonov
Copy link

Proposed Changes

Using Skia context in multiple threads simultaneously leads to occasional unreproducable crashes on users' side.
Roll back experimental #896. Disable the path for encoding rendering commands on a separate thread until the scenario is resolved and underlying issue is fixed.

Testing

Test: N/A

Issues Fixed

Fixes: JetBrains/compose-multiplatform#3862

@elijah-semyonov elijah-semyonov merged commit 33000e0 into jb-main Nov 17, 2023
3 of 4 checks passed
@elijah-semyonov elijah-semyonov deleted the es/disable-parallel-thread-encoding branch November 17, 2023 14:11
igordmn pushed a commit that referenced this pull request Nov 20, 2023
## Proposed Changes

Using Skia context in multiple threads simultaneously leads to
occasional unreproducable crashes on users' side.
Roll back experimental #896. Disable the path for encoding rendering
commands on a separate thread until the scenario is resolved and
underlying issue is fixed.

## Testing

Test: N/A

## Issues Fixed

Fixes: JetBrains/compose-multiplatform#3862
mazunin-v-jb pushed a commit that referenced this pull request Dec 7, 2023
## Proposed Changes

Using Skia context in multiple threads simultaneously leads to
occasional unreproducable crashes on users' side.
Roll back experimental #896. Disable the path for encoding rendering
commands on a separate thread until the scenario is resolved and
underlying issue is fixed.

## Testing

Test: N/A

## Issues Fixed

Fixes: JetBrains/compose-multiplatform#3862
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on iOS: GrGpuResource::release()
3 participants