FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
746 stars 188 forks source link

FAIL: testvtk.edp #298

Open testmygittt opened 7 months ago

testmygittt commented 7 months ago

../../bin/test-driver-ff: line 126: 268546 Segmentation fault ${TEST_FFPP} ${FLAGS_FFPP_B} "$@" ${FLAGS_FFPP_A} > $log_file 2>&1

testmygittt commented 7 months ago

error log file generated is: -- FreeFem++ v4.14 (Tue Dec 26 20:43:53 IST 2023 - git v4.14) file : ./testvtk.edp Load: lg_fem lg_mesh lg_mesh3 eigenvalue 1 : // basic example io vtk for meshS/meshL 2 : load "iovtk" load: iovtk

3 : load "msh3"
4 :
5 : mesh Th = square(10,10);
6 : savevtk("Th.vtk",Th,bin=1);
7 : mesh Th2=vtkload("Th.vtk")Load mesh given by VTK

; 8 : meshS ThS = square3(10,10); 9 : 10 : savevtk("ThS.vtk",ThS,bin=0); 11 : savevtk("ThS.vtu",ThS,bin=1); 12 : meshS ThS2=vtkloadS("ThS.vtk")Load mesh given by VTK

yjobic commented 1 month ago

I have exactly the same error on Ubuntu 22.04.4 LTS.