#27479 closed Cleanup/optimization (fixed)
ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests
Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have many Exception django.contrib.gis.gdal.error.GDALException: GDALException('Invalid pointer returned from "GDALClose"',) in ignored
messages when running tests. Installed version of GDAL is 2.1.2.
Change History (7)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Has patch: | set |
---|
follow-up: 4 comment:3 by , 8 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
I can reproduce the issue, but if I simply apply your patch, I'm getting a bunch of other errors:
Exception django.contrib.gis.gdal.error.GDALException: GDALException('AppDefined',) in <bound method GDALRaster.__del__ of <Raster object at 0x7f2f712fd250>> ignored
.
comment:4 by , 8 years ago
Replying to Claude Paroz:
I can reproduce the issue, but if I simply apply your patch, I'm getting a bunch of other errors:
Exception django.contrib.gis.gdal.error.GDALException: GDALException('AppDefined',) in <bound method GDALRaster.__del__ of <Raster object at 0x7f2f712fd250>> ignored
.
Can't reproduce it. Maybe you didn't copy errcheck=False
:-).
comment:5 by , 8 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
/me hides.
PR