-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
SIGSEGV on exit for example_glfw_metal #5363
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
Comments
doh, im such a noob, the SDL issue was that you need to install sdl2; TIL. anyway, can now confirm that it doesnt crash on exit with example_sdl_metal. |
This may be addressed by #5365. |
I can confirm that #5365 fixes the issue! |
(I actually think that means you fixed it faster than I could even write the issue. that's... negative response time. faster than light!) |
Merged fix as 7354009, thanks Warren ! |
Version/Branch of Dear ImGui:
Version: Dear ImGui 1.88 WIP (18725)
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_metal.cpp
Compiler: clang-1316.0.21.2.5
Operating System: Mac OS Monterey 12.4
When running the
example_glfw_metal
example, on quit (whether by clicking to close the window, or pressing Apple-Q), the program 'quits unexpectedly'. The full report including stack trace and imgui about info is attached.imgui_crash_report.txt
steps to reproduce:
what is the correct FIRST thing to do with an absolutely brand new apple macbook pro? install imgui, of course. steps:
Note that this does not happen with glfw+opengl2, nor glfw+opengl3.
I havent been able to get the SDL based example compiling yet, it fails to find SDL.h despite having run brew install sdl; Im guessing thats a separate issue though...
The text was updated successfully, but these errors were encountered: