cgg-bern / quadwild-bimdf

QuadWild extended with BiMDF solver
GNU General Public License v3.0
35 stars 7 forks source link

Segmentation fault issue #19

Open ashutoshmishra1014 opened 2 weeks ago

ashutoshmishra1014 commented 2 weeks ago

Thank you so much for your awesome work. However, I am facing some memory issues while using your application. Command:

./quadwild /home/ashu/checkouts/threeflow/assets/temp/temp.obj
  2 config/prep_config/basic_setup.txt

Log:

Reading input...
READ CONFIG FILE
Successful config import
READ CONFIG FILE
Successful config import
Loading:/home/ashu/checkouts/threeflow/assets/temp/temp.obj
Loaded 125584 faces and 376559 vertices

--------------------- 1 - Remesh and field ---------------------
There is 2486.94 sharp lenght
EndPoints 0
KScale 0.377942
Before Remeshing - faces: 125584 quality: 0.0885
After Iter 0 - faces: 125566 quality: 0.0888
After Iter 1 - faces: 125585 quality: 0.0886
Performing 0 split ops
Sqrt Area 0
Sharp Lenght 0
Ratio -nan
Using Comiso
[fieldComputation] Smooth Field Computation...
Segmentation fault (core dumped)

I have tried the above with the compiled binary and also after compiling from source but same issue both the times. Could you please guide me regarding the next steps?