Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Stack overflow error - dD Convex Hulls and Delaunay Triangulations - CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Stack overflow error - dD Convex Hulls and Delaunay Triangulations - CGAL


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Stack overflow error - dD Convex Hulls and Delaunay Triangulations - CGAL
  • Date: Mon, 10 Mar 2014 21:07:42 +0100 (CET)

On Mon, 10 Mar 2014, Muhammad Abdelghaffar wrote:

On Mon, Mar 10, 2014 at 6:40 PM, Marc Glisse
<>
wrote:

On Mon, 10 Mar 2014, Muhammad Abdelghaffar wrote:

Ok. I've tried to increase the stack reserve/commit size up to 1.3 GB, the
overflow now happens at a later stage, but still happens.

1.3G is getting big indeed... On linux your program works with a stack of
130M (didn't try anything between 8M (not enough) and 130M) and creates a
2G output file. Did you compile as 64 bits?

No. 32 bits. Will this fix this recursion bug ?

It won't help with the recursion thing, but I think the process was using more than 2G of memory at some point, so it is not obvious if a 32 bit version could work.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page