Re: [gdal-dev] Error while writing a dirty block in GDALFillNodata()

2015-04-01 Thread Sean Gillies
Answering my own question: I had forgotten that GDALFillNodata() modifies the given image band in-place and had not opened the dataset for updating. Once I did that, I was all clear. No problems at all with the MEM files. On Wed, Apr 1, 2015 at 9:59 AM, Sean Gillies wrote: > Hi all, > > I've enc

[gdal-dev] Error while writing a dirty block in GDALFillNodata()

2015-04-01 Thread Sean Gillies
Hi all, I've encountered a problem similar to the one reported at https://trac.osgeo.org/gdal/ticket/4088. My case is slightly different: I've modified GDALFillNodata() to allow MEM as the temp file format (patch accepted in GDAL) and I'm getting the dirty block write error while using the MEM dri