-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Crash Click Palette Demo Window #2320
Comments
Hello, I cannot seem to reproduce your issue. You say "I did not change any code from the GLFW+OPENGL example" Can you repro in the unmodified examples/ application? (PS: You can attach pictures/GIF in your github posts, prefer using github attachment over Gyazo) |
I use my own makefile with the compiler MinGW 64 bits but the code in the main.cpp imgui.cpp etc. has not been modified. It also happens to me with GLFW+Vulkan. I have the lastest version of freetype and glfw, maybe it's the library version of glfw or another. Glfw3 and freetype are static but i tried changing it and it doesn't change the outcome at all. I tried compiling it with Visual Studio and it works perfectly so maybe ¿minGW? No idea. Here's the stack trace with gdb. I used the cygwin gdb debugger I suppose that's not a problem. -After the IM_ASSERT I hope that's enough info, if i can help in anything with this tell me! 👍 |
Thanks for the callstack. |
Don't worry! I like imgui so I just wanted to help. Good luck!
…________________________________
From: omar <notifications@github.com>
Sent: Thursday, January 31, 2019 4:41:27 PM
To: ocornut/imgui
Cc: Pablo Bey Cabrera; Author
Subject: Re: [ocornut/imgui] Crash Click Palette Demo Window (#2320)
I confirmed this bug was introduced by d845135<d845135> and fixed in b3469fa<b3469fa> (Fixed on January 2nd). Sorry for the issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2320 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQmZVjFlRxCHzz6SZ6Pq2tPHG8tawCsMks5vIw6ngaJpZM4aYwMD>.
|
My Issue/Question:
When I click randomly at the Palette Window in the Demo Window it crashes.
Screenshots/Video
Console:
https://gyazo.com/4e103f97f44613afbbab7cd05156fe27
GIF:
https://gyazo.com/32f7c79e8a297cbe7421c05a4118c889
The text was updated successfully, but these errors were encountered: