Crash on macOS when using Window::set_ime_position
from another thread
#2756
Labels
Milestone
Window::set_ime_position
from another thread
#2756
Calling
Window::set_ime_position
in another thread crashes the program on macOS. The issue is not present on Linux (and presumably not on Windows either). I'm running on aarch64 but I would guess this also happens on x86_64. Minimal repro:Backtrace from LLDB:
Would have loved to create a PR, but I unfortunately have no experience with Objective-C or OS windowing APIs in general. Hope this helps!
The text was updated successfully, but these errors were encountered: