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
The following code causes a violation exception (probably in initGEOS()) :
[Test]
public void UnionCascaded_violation_causes_exception()
{
var geometry = new Geometry(wkbGeometryType.wkbMultiPolygon);
// this statement causes the exception
geometry.UnionCascaded();
}
In GDAL 3.3.1
The text was updated successfully, but these errors were encountered:
sguimmara
changed the title
Geometry.UnionCascaded() causes an AccessViolationException
GDAL 3.3.1 : Geometry.UnionCascaded() causes an AccessViolationException
Aug 31, 2021
The following code causes a violation exception (probably in
initGEOS()
) :In GDAL 3.3.1
The text was updated successfully, but these errors were encountered: