Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay triangulation crash in spatial sort

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay triangulation crash in spatial sort


Chronological Thread 
  • From: Philipp Moeller <>
  • To: Martin Uhrin <>
  • Cc:
  • Subject: Re: [cgal-discuss] Delaunay triangulation crash in spatial sort
  • Date: Tue, 19 Nov 2013 16:28:58 +0100
  • Organization: GeometryFactory

Martin Uhrin
<>
writes:

> Dear CGAL communit,
>
> I get a crashes with certain sets of input points when calculating a
> Delaunay triangulation. This example can be used to reproduce my crash:
>
> http://doc.cgal.org/latest/Triangulation_2/Triangulation_2_2voronoi_8cpp-example.html
>
> when using this input file: voronoi.cin
> <http://cgal-discuss.949826.n4.nabble.com/file/n4658433/voronoi.cin> .
>
> The crash persists even if I use an exact construction kernel and originates
> from a comparison within the spatial sort when creating the triangulation.
> A backtrace can be found here: gdb.txt
> <http://cgal-discuss.949826.n4.nabble.com/file/n4658433/gdb.txt> .

What's your gcc version? Could it be related to this gcc bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800 ?

> Any ideas on what could be causing this would be much appreciated.



Archive powered by MHonArc 2.6.18.

Top of Page