CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Triangulation on Sphere: operator>> #8200

Closed afabri closed 3 weeks ago

afabri commented 1 month ago

Issue Details

The operator>>(const istream, Triangulation_on_sphere_2&) produces a segfault.

Source Code

If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it.

Environment