Skip to content

gmshIO plugin: segfault with release

In the ParaView release available on the Kitware website, loading any .msh (Gmsh) model using the GmshIO plugin leads to a seg fault:

Trace is really short:

Loguru caught a signal: SIGSEGV
Stack trace:
0       0x145ab7e6ada0 /usr/lib/libc.so.6(+0x3cda0) [0x145ab7e6ada0]
(  14.610s) [paraview        ]                       :0     FATL| Signal: SIGSEGV
error: exception occurred: Segmentation fault

Everything is working fine when compiling the superbuild (or ParaView) myself.