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

make sure all datasets are closed during metadata initialization #49

Closed
dromagnoli opened this issue Mar 14, 2013 · 0 comments
Closed
Labels

Comments

@dromagnoli
Copy link
Member

When investigating on a JP2ECW issue, we found (thanks to Even Rouault for that) a bug on Dataset management.

Long story short, on some metadata initialization, we acquire a Dataset but we don't close it. A deinitialization conflict between the ECW driver and GDAL Driver results into a segmentation fault as reported here:
http://trac.osgeo.org/gdal/ticket/5024

We can avoid that by properly explictly closing any Dataset.

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

No branches or pull requests

1 participant