Closed zsoerenm closed 2 years ago
Looks like the segfault is from Implot. Does Implot support the CImGui latest master branch now?
cc @wsphillips
The segfault also appears with v1.79.0 of CImGui as stated here: https://gist.github.com/sairus7/19778c05ffba7c677a3414f752a0f9cb#gistcomment-3981509 It looks like ImPlot is the culprit. I have opened a new issue at ImPlot.jl https://github.com/wsphillips/ImPlot.jl/issues/24 I guess, this is ready to be merged then.
Thanks!
This will adapt Renderer.jl to the new API. I tried out the master version because I got a segfault with the previous version (v1.79.0) see here: https://gist.github.com/sairus7/19778c05ffba7c677a3414f752a0f9cb#gistcomment-3981509
However, even if I use the new API with the adaption in this pull request, I will still get a segfault, when I click on one of the collapsing headers.
Here is the code that I tried:
Here is the segfault
Fixes https://github.com/Gnimuc/CImGui.jl/issues/66
BTW I'm using Julia v1.7