Hi All,<br><br>I would like to understand the cause of the segmentation fault I am getting with gdal_rasterize.  I am using the borders of the state of Texas to &quot;burn&quot; the shape onto an image.  I have tried this with state borders from 2 different data sets: one from ESRI, and one from the US Census.  The ESRI data consistently fails, but the Census one does not, which leads me to believe there is something fundamentally different between the geometry data in each of them.  I would like to identify what that is, in the hopes of preventing it from happening in the future when the data is used in an automated system.<br>
<br>Both data sets of 50-state boundaries were loaded into PostGIS using the shp2pgsql command.  The outlines of Texas were extracted from the DB using the pgsql2shp command, and both resulting Texas data sets have a single feature in them.  gdal_rasterize is being sourced from gdal-1.5.2.<br>
<br>Would it be possible to turn on some sort of debug mode without recompiling gdal?  If not, I see that there is an &quot;--enable-debug&quot; configure option, but could use a little advice on how to use it properly to track this down.  Any other thoughts on why the problem might be happening would be welcome as well.<br>
<br>Thanks in advance for your assistance,<br><br>Roger<br>--<br>