<div dir="ltr">Hi All:<br clear="all"><div dir="ltr"><span style="border-collapse:collapse"><span style="border-collapse:separate"><div><br></div><div>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:<br>
</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    GDALDatasetH  hDataset;<br>    char *pszFilename;<br>
    GDALAllRegister();<br>    hDataset = GDALOpen(pszFilename, GA_ReadOnly);</blockquote></div><div><br></div><div>The program was compiled successfully, but when I tried to run it, the system prompt</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Segmentation fault (core dumped)</blockquote><div><br></div><div>And nothing else, I googled such information and then found very hard to locate the bugs. And ideas? Very appreciated.</div><div><br></div><div>Jun</div></span></span></div>

</div>