[gdal-dev] How to open Erdas Imagine .ige (Large Raster Spill File) Format with gdal

Etienne Tourigny etourigny.dev at gmail.com
Thu Dec 12 18:12:09 PST 2013


you have not initialized you variable pszFilename, try replacing it with
the actual file name of the file, or setting the contents of the variable.


On Fri, Dec 13, 2013 at 12:06 AM, Jun Xiong <jun.xiong1981 at gmail.com> wrote:

> Hi All:
>
> I have a Erdas .ige file (>=100GB) which was generated by gdal utility
> gdal_merge.py,  then I want to use gdal API to open it, like following:
>
>     GDALDatasetH  hDataset;
>>     char *pszFilename;
>>     GDALAllRegister();
>>     hDataset = GDALOpen(pszFilename, GA_ReadOnly);
>
>
> The program was compiled successfully, but when I tried to run it, the
> system prompt
>
> Segmentation fault (core dumped)
>
>
> And nothing else, I googled such information and then found very hard to
> locate the bugs. And ideas? Very appreciated.
>
> Jun
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20131213/aac5b311/attachment.html>


More information about the gdal-dev mailing list