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

Work around crash on macOS when rendering certain emojis #4712

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

tronical
Copy link
Member

Set a default font manager to avoid that the unconditional dereferencing inside Skia crashes on a null pointer.

Upstream PR: google/skia#162

Fixes #4696

Set a default font manager to avoid that the unconditional dereferencing inside Skia crashes on a null pointer.

Upstream PR: google/skia#162

Fixes #4696
@tronical tronical force-pushed the simon/work-around-macos-emoji-crash branch from 787c6db to 8814841 Compare February 28, 2024 10:18
@tronical tronical merged commit 38822ea into master Feb 29, 2024
36 checks passed
@tronical tronical deleted the simon/work-around-macos-emoji-crash branch February 29, 2024 22:13
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.

Segfault when rendering text with special character 🍃 using Skia
1 participant