Closed hamishneu closed 3 weeks ago
a bit above my pay grade but it seems the issue is around here from testing https://github.com/zed-industries/zed/blob/03a1c8d2b8c1e1a623702b70796d1c5b1d265aff/crates/gpui/src/platform/mac/text_system.rs#L399-L427
nevermind, fixed seemed to be caused by local build issues with conflicting libraries installed via brew
Check for existing issues
Describe the bug / provide steps to reproduce it
I can't get gpui to render any colour emoji without crashing immediately. At first I thought I was doing something wrong, but this occurs even in the
opacity
example, which renders coloured emoji:https://github.com/zed-industries/zed/blob/03a1c8d2b8c1e1a623702b70796d1c5b1d265aff/crates/gpui/examples/opacity.rs#L148
Steps to reproduce:
results in
if you remove the coloured emoji, the example works fine. only seems to occur with coloured emoji. strings like "☻" and "﷽" don't have this problem.
Here's a snippet from the macOS problem reporting utility that automatically pops up when the crash occurs:
On an unrelated note, what you guys are doing with gpui is really cool. It would be great if it had it's own repo instead of being tucked away inside zed.
Environment
OS: macOS 15.0.1 Memory: 16 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
N/A, gpui issue not zed