Page MenuHomePhabricator

Reinit of scene with planar figure while the Display is closed leads to crash
Open, NormalPublic

Description

  • Load image
  • Draw planar figure
  • Close Standard Display
  • Right-click on image Reinit

Event Timeline

kislinsk created this task.

I tried it and couldn't reproduce it with the 2021 installer.
But it happened also with the 2022.04 installer.

It's a read access violation within VTK which uses a shader for drawing lines but the shader program pointer is not set. It is called indirectly from the PlanarFigureMapper2D. Maybe it is called too early before the render windows are fully initialized again and have an actual size. This is the visual state in which the crash is happening:

Capture.PNG (327×569 px, 13 KB)

floca lowered the priority of this task from High to Normal.Jul 13 2023, 10:14 AM