Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Mesher.refine_mesh() block execution without crashing.

Subject: CGAL users discussion list

List archive

[cgal-discuss] Mesher.refine_mesh() block execution without crashing.


Chronological Thread 
  • From: Benoit Lahoz <>
  • To:
  • Subject: [cgal-discuss] Mesher.refine_mesh() block execution without crashing.
  • Date: Mon, 21 Jul 2014 08:20:40 -0700 (PDT)

Hello,

I'm refining a 2D Constrained Delaunay Triangulation with a
Delaunay_Mesher_2 mesher.

It works well, but sometimes blocks the execution of the whole program
without any apparent reason, and without crashing. I can't find any way to
get information about this issue.

The program is stuck between the first call to refine_mesh() and the second
call, after setting a Criteria.

Mesher mesher(_cdt);
mesher.refine_mesh();

mesher.set_criteria(Criteria(0.27, 0.5));

* // -> STUCK HERE*

mesher.refine_mesh();

My CDT is valid and contains only 14 vertices.
Could it be a thread-safety issue ?

Thank you.

BenoƮt



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesher-refine-mesh-block-execution-without-crashing-tp4659590.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page