-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Multi Viewport: segfault when collapsing window #8132
Comments
i have the same issue with imgui docking... |
@gucio321 You would likely need to investigate this further on your end. Some thoughts:
Some pointers:
For all those attempts, please be explicit what you have you tried and the results. Details would be useful. |
I use arch btw 😄
Yes, I'm on latest docking release (not modified)
same.
I've just tested for a while and dtected an interesting behavior: The easiest way to reproduce this crash is collapsing but also, fast resizing the window causes that (If I do that slowly, it doesn't happen 😄). I'll test to play a little bit more later |
@ocornut I did another test: I boted up my fedora and tested there. |
Version/Branch of Dear ImGui:
Version c347d69, Branch: docking
Back-ends:
imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp (also happens for glfw 3.3)
Compiler, OS:
Arch Linux + g++ (GCC) 14.2.1 20240910
Full config/build information:
Details:
My Issue/Question:
While working on cimgui-go I noticed that double-clicking window titlebar, when it is 'detached' from the main viewport crashes an app with segfault.
Segmentation fault (core dumped)
Screenshots/Video:
Screencast.From.2024-11-06.10-42-38.mp4
Minimal, Complete and Verifiable Example code:
examples/example_sdl2_opengl3
The text was updated successfully, but these errors were encountered: