brainvisa / anatomist-free

3D visualization of neuroimaging objects, C++ part
Other
2 stars 0 forks source link

Anatomist crashes when opening a mesh rendering properties in an Ubuntu 22.04 container #31

Closed denisri closed 2 years ago

denisri commented 2 years ago

Describe the bug Crash

To Reproduce Steps to reproduce the behavior:

  1. start anatomist
  2. load a mesh (any one)
  3. right click on it, and select "color/rendering"
  4. boom.

Environment:

Additional context gdb backtrace indicates it crashes in doDeleteInternal(QGLShaderProgram**) called from the constructor of 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.