Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space

Subject: CGAL users discussion list

List archive

[cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space


Chronological Thread 
  • From: Remi <>
  • To:
  • Subject: [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space
  • Date: Wed, 7 Apr 2010 21:56:23 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m2wCFr316/MiGx+PX4K1cvrDX2wt9z6wedi/xteby0Ln9BXD7Zcanpk6LDIXO4zSbJ swKrgg6R/ikgBcVOv8voU5e4DpjFLk/0E5x3DCtyy03iaqZSuGZmruR4/KIpKTkuR5p+ mnLeMwqGs5vlQCMOqztQ1qCuKS/7QOVn28J9o=

I managed to isolate the occurence of this bug to the following:
1. Microsoft Visual C++ 2008 Express (and 2010 Beta 2) (g++ 4.3 has
no problems at all with that code)
2. Using Exact_predicates_exact_constructions_kernel
(Exact_predicates_inexact_constructions_kernel works fine)
3. Calling Polygon_set_2::join( Polygon_2 ) in code - instantiated
with the above mentioned kernel

I know this looks like a compiler bug, but has anyone an idea about
how I could resolve this? Microsoft suggestions don't work. I've
played with various Zm values without success. I have 2 Gigs of RAM,
most of it unused on Windows XP. Anyway - cl.exe fails before
allocating 300 MB.


  • [cgal-discuss] exact kernel + Polygon_set_2::join() + Visual C++ 2008 = fatal error C1060: compiler is out of heap space, Remi, 04/07/2010

Archive powered by MHonArc 2.6.16.

Top of Page