[postgis-tickets] [PostGIS] #2442: [raster] Segfault when doing raster2pgsql

PostGIS trac at osgeo.org
Thu Aug 22 15:54:11 PDT 2013


#2442: [raster] Segfault when doing raster2pgsql
-----------------------+----------------------------------------------------
 Reporter:  thesteve0  |       Owner:  dustymugs    
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.1.1
Component:  raster     |     Version:  2.0.x        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by dustymugs):

 I've found that some raster format drivers have issues with be wrapped
 with a VRT. These issues haven't happened consistently but they have
 always been related to VRTs.

 Try something like the following...

 {{{
 gdalbuildvrt -tr 120 120 test.vrt IR_R_G.tif

 gdalinfo -stats test.vrt
 }}}

 Based upon how that gdalinfo returns, I'll do some testing to see if
 raster2pgsql's aggressive use of GDALClose() is conflicting with VRT's
 handling of GDAL datasets.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2442#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list