Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Errors with straightskeleton #117

Closed
mhugo opened this issue Nov 16, 2015 · 1 comment
Closed

Errors with straightskeleton #117

mhugo opened this issue Nov 16, 2015 · 1 comment

Comments

@mhugo
Copy link
Contributor

mhugo commented Nov 16, 2015

The garden test reports these errors, but only when compiled in debug mode:

3: error 1 in ( void )algorithm::straightSkeleton( *geom1 ) ;: CGAL ERROR: assertion violation!
3: Expr: is_finite(d)
3: File: /usr/local/include/CGAL/Interval_nt.h
3: Line: 122
3: error with valid geometry MULTIPOLYGON((()),(()))

3: error 2 in ( void )algorithm::straightSkeleton( *geom1 ) ;: CGAL ERROR: assertion violation!
3: Expr: is_finite(d)
3: File: /usr/local/include/CGAL/Interval_nt.h
3: Line: 122
3: error with valid geometry MULTIPOLYGON(((-3/1 -1/1,-1/1 -1/1,-1/1 1/1,-3/1 1/1,-3/1 -1/1)),(()))

3: error 3 in ( void )algorithm::straightSkeleton( *geom1 ) ;: CGAL ERROR: assertion violation!
3: Expr: is_finite(d)
3: File: /usr/local/include/CGAL/Interval_nt.h
3: Line: 122
3: error with valid geometry MULTIPOLYGON((()),(()))

I don't know yet if this is a false positive or a real issue, since it does not crash when compiled in release ...

@mhugo
Copy link
Contributor Author

mhugo commented Feb 27, 2016

Fixed

@mhugo mhugo closed this as completed Feb 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant