gisinternals / buildsystem

Build system on www.gisinternals.com
MIT License
33 stars 10 forks source link

GDAL 3.3.1 : Geometry.UnionCascaded() causes an AccessViolationException #181

Open sguimmara opened 3 years ago

sguimmara commented 3 years ago

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

rouault commented 1 year ago

to be closed as fixed upstream per https://github.com/OSGeo/gdal/pull/5980