Unsolved Qt6.3.x/6.4.x run Example openglseries under debug mode assert trigged.
-
in Qt Creator, click left button "Welcome", search example "opengl chart", you can find the example
just open this example and run debug version, when close the window, it should be shown.
and if change code from "series->setUseOpenGL(true);" to "series->setUseOpenGL(false); ", the assertion is not shown when application closed.
21:08:30: Starting D:/Qt/Examples/Qt-6.3.1/charts/build-openglseries-Desktop_Qt_6_3_1_MSVC2019_64bit-Debug/debug/openglseries.exe...
ASSERT failure in GLWidget: "Called object is not of the correct type (class destructor may have already run)", file C:\Users\qt\work\install\include\QtCore/qobjectdefs_impl.h, line 156
21:14:35: D:/Qt/Examples/Qt-6.3.1/charts/build-openglseries-Desktop_Qt_6_3_1_MSVC2019_64bit-Debug/debug/openglseries.exe exited with code 3