Closed denisri closed 2 years ago
Describe the bug Crash
To Reproduce Steps to reproduce the behavior:
Environment:
Additional context gdb backtrace indicates it crashes in doDeleteInternal(QGLShaderProgram**) called from the constructor of RenderingWindow.
doDeleteInternal(QGLShaderProgram**)
RenderingWindow
It does not crash using an Ubuntu 18.04 container (casa-dev 5.0 or 5.1), thus it might be linked to Qt version.
Describe the bug Crash
To Reproduce Steps to reproduce the behavior:
Environment:
Additional context gdb backtrace indicates it crashes in
doDeleteInternal(QGLShaderProgram**)
called from the constructor ofRenderingWindow
.It does not crash using an Ubuntu 18.04 container (casa-dev 5.0 or 5.1), thus it might be linked to Qt version.