Skip to content

Fix vtkSMPThreadLocal<LocalDataType> pointer init (vtkGeometryFilter)

The vtkSMPThreadLocal<LocalDataType> struct in vtkGeometryFilter was missing a copy constructor for OpenMP and STDThread SMPTools backend as they use a copy, which led that all threads shared the same pointer (segfault).

Bug detected with !7850 (merged)

Edited by Timothée Couble

Merge request reports