Re: [gdal-dev] Segmentation fault when using GDALReprojectImage

2014-05-24 Thread Gordon Farquharson
On Sat, May 24, 2014 at 3:53 PM, Gordon Farquharson < gordonfarquhar...@gmail.com> wrote: > I am trying to warp a dataset read with the DTED driver by using GDALReprojectImage. The output I figured it out. I wasn't initializing hDstDataset. Gordon -- Gordon Farquharson GnuPG Key ID: 32D6D676 __

[gdal-dev] Segmentation fault when using GDALReprojectImage

2014-05-24 Thread Gordon Farquharson
I am trying to warp a dataset read with the DTED driver by using GDALReprojectImage. The output dataset is created with the MEM driver. The program is failing with a segmentation fault. Below is a minimal working program that shows the error, and the resulting output when run in GDB. #include #in