Skip to content

Fix for Python Catalyst instrumented codes that are crashing on exit.

Andrew Bauer requested to merge acbauer/paraview:catalyst_finalize_fix into master

When a Python code uses Catalyst the clean up procedure for the wrapped objects is causing a segfault on exit. This is coming through vtkPythonUtil::RemoveObjectFromMap(). I wasn't able to replicate this issue with anything but a restricted simulation code.

Merge request reports