When attempting to load a GMSH file with the GmshIO plugin that is included in ParaView 5.10.0-RC1+.
ParaView suddenly aborts and throws an error about libc
. I suspect that this is a bug related to different versions of libc
.
Can someone verify that this is not just happening to me?
Additional info
OS: Linux (Ubuntu 20.04)
Paraview affected versions: 5.10.0-RC1+
GMSH version: tested against 4.0.1 and 4.8.4 (problem is probably present for all 4+ versions)
Error:
Loguru caught a signal: SIGSEGV
Stack trace:
0 0x7f90e5102210 /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f90e5102210]
( 45.741s) [paraview ] :0 FATL| Signal: SIGSEGV
Test files
Some simple ASCII and binary format v4 GMSH files
test-ascii.msh (23.5 KB)
test-bin.msh (32.8 KB)
Steps to recreate
- Launch ParaView
- Load GmshIO Plugin, Tools> Manage Plugins> GmshIO and press Load Selected
- Open one of the supplied test files, ParaView should segfault