Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sguimmara opened this issue Aug 31, 2021 · 1 comment

Comments

@sguimmara
Copy link

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

@sguimmara sguimmara changed the title Geometry.UnionCascaded() causes an AccessViolationException GDAL 3.3.1 : Geometry.UnionCascaded() causes an AccessViolationException Aug 31, 2021
@rouault
Copy link
Contributor

rouault commented Oct 12, 2022

to be closed as fixed upstream per OSGeo/gdal#5980

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants