Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Uncatchable exception converting from Nef polyhedron to Polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Uncatchable exception converting from Nef polyhedron to Polyhedron_3


Chronological Thread 
  • From: kintel <>
  • To:
  • Subject: Re: [cgal-discuss] Uncatchable exception converting from Nef polyhedron to Polyhedron_3
  • Date: Tue, 17 Feb 2015 13:40:47 -0800 (PST)

Bump.

The issue is that CGAL throws exceptions from destructors. These exceptions
are not catchable and causes programs to terminate. Read e.g.
http://www.kolpackov.net/projects/c++/eh/dtor-1.xhtml

See e.g. ~Polyhedron_incremental_builder_3()

We work around this by forking parts of CGAL into our own sources and patch
it to submission, which is far from ideal.

-Marius



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Uncatchable-exception-converting-from-Nef-polyhedron-to-Polyhedron-3-tp4658603p4660455.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page