Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] segmentation fault in refine_Delaunay_mesh_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] segmentation fault in refine_Delaunay_mesh_2


Chronological Thread 
  • From: Jack Stalnaker <>
  • To:
  • Subject: Re: [cgal-discuss] segmentation fault in refine_Delaunay_mesh_2
  • Date: Thu, 15 Jan 2015 10:11:33 -0600

As a follow-up, it seems the segfault happens only when my horizontal straight line constraint has a y-coordinate that is identical to one of the y-coordinates that exists in another constraint. Shifting the horizontal line constraint by even a 10000th will remove the segfault. It only seems to happen when the constraint y-coordinates are exactly equal. I will try to write an example program to demonstrate later today. It seems like there's a missing check here in the refining code for constraints that exactly overlap. Instead there's a segfault. That's just a guess.

On Wed, Jan 14, 2015 at 3:42 PM, Marius Kintel <> wrote:

On Jan 14, 2015, at 16:26 PM, Jack Stalnaker <> wrote:

> Does anyone have any insight about what might cause a segmentation fault when calling refine_Delaunay_mesh_2.
>
I’m having similar issues, see:
http://cgal-discuss.949826.n4.nabble.com/Nef3-Wrong-normal-vector-reported-causes-triangulator-crash-tt4660282.html

If you share an example program including your data points, I guess it will be easier to diagnose.

 -Marius


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page