linebender / runebender

A font editor written in Rust.
Apache License 2.0
765 stars 37 forks source link

Key ESC/ENTER crashes runebender #245

Open piaoger opened 3 years ago

piaoger commented 3 years ago
2021-04-20 15:33:45.815 runebender[14467:438326] +[NSView doCommandBySelector:]: unrecognized selector sent to class 0x7fff8865da08
Illegal instruction: 4
cmyr commented 3 years ago

Okay, something weird is happening on big sur in a bunch of druid applications. The crash seems very weird, though, can you reproduce that consistently? Do you need to do anything special?

piaoger commented 3 years ago

Yes, it's reproducible easily. You can just try to exit runebender by "ESC" key right after it is launched. You can also find more details from attached error log.

apple-error-report.log

cmyr commented 3 years ago

@piaoger thanks!