[BUG] Gtk causes segmentation faults. #39
Labels
bug
Something isn't working
help wanted
Extra attention is needed
todo
To be worked on
upstream
Related to upstream
x11
X11-related error, so no fix expected.
When testing with
winit
and the Rust bindings to this library, it appears that Gtk causes a segmentation fault to the process by dereferencing an invalid pointer as a mutex. This unfortunately makes NvDialog impossible to use withwinit
, and largely defeats the purpose of a cross-platform library.Currently this does not appear with GLFW on Linux, and other platforms do not have the same problem. Which easily pinpoints the issue to Gtk's windowing internals.
For the users of NvDialog, you are advised to temporarily stop using NvDialog until the issue is resolved or use another windowing library.
The text was updated successfully, but these errors were encountered: