You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
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 ...
The text was updated successfully, but these errors were encountered: