Re: [gdal-dev] gdalwarp crash when reading

2008-09-19 Thread Andrew Brooks
On Fri, 19 Sep 2008 10:01:02 +0100, Andrew Brooks <[EMAIL PROTECTED]> wrote: > > gdalwarp is crashing and dumping core > > > > input.dat.ch1 > 0 > 0 > 0 > > It turns out that the PixelOffset value of zero caused the crash. I set them to zero for testing something but

[gdal-dev] gdalwarp crash when reading

2008-09-19 Thread Andrew Brooks
Hello gdalwarp is crashing and dumping core, my command line is: gdalwarp -tps -t_srs EPSG:23031 -r bilinear -tr 1000 100 input.vrt output.tif where the vrt references a raw binary (uint16) array and two raw float arrays of latitude and longitude. Maybe the stack backtrace will indicate somethi