id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2177 Shapelib errors should not be fatal! warmerdam warmerdam " In gdal/ogr/ogrsf_frmts/shape/shp_vsi.c this hook should *not* be issuing a CE_Fatal error, just CE_Failure. CE_Fatal triggers an abort() and program termination. {{{ void VSI_SHP_Error( const char *message ) { CPLError( CE_Fatal, CPLE_AppDefined, ""%s"", message ); } }}}" defect closed high 1.5.1 OGR_SF 1.5.0 normal fixed shape