Skip to content

patch ospray to fix a number of paraview crashes

Various reset conditions in paraview cause ospray to shutdown and reinit. Doing so exposes a bug in ospray (on mac) where functions from a stale/unloaded library would be called.

The corresponding upstream pull request is at: https://github.com/ospray/ospray/pull/339

Fixes: paraview#19191 (closed), paraview#18981 (closed), paraview#19120 (closed), paraview#19186 (closed), paraview#19189 (closed)

Backport:release

Edited by David E. DeMarle

Merge request reports