Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Marius Kintel <>
  • To:
  • Subject: [cgal-discuss] Uncatchable exception converting from Nef polyhedron to Polyhedron_3
  • Date: Thu, 2 Jan 2014 17:29:28 -0500

Hi,

Consider the attached STL file, which appears to be well-formed and manifold.
In the Polyhedron_3 demo:
o Add STL file
o Convert to Nef polyhedron
o Convert to normal polyhedron

-> This causes a hard crash

Internally, CGAL does, indeed, attempt to throw an exception, but since the
exception is thrown from a destructor, it won’t reach the client code and
cause a crash.
See discussion and analysis of the crash here, together with suggestions for
workarounds: https://github.com/openscad/openscad/issues/410

Is this a known issue or could it be addressed without patching CGAL?

-Marius


Attachment: issue541.stl
Description: Binary data



  • [cgal-discuss] Uncatchable exception converting from Nef polyhedron to Polyhedron_3, Marius Kintel, 01/02/2014

Archive powered by MHonArc 2.6.18.

Top of Page