[postgis-devel] [PostGIS] #1432: [RASTER] segfaults on regression testing with --enable-cassert

PostGIS trac at osgeo.org
Thu Jan 5 00:55:46 PST 2012


#1432: [RASTER] segfaults on regression testing with --enable-cassert
----------------------------+-----------------------------------------------
 Reporter:  strk            |       Owner:  dustymugs    
     Type:  defect          |      Status:  new          
 Priority:  critical        |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by strk):

 Next is RT_BandMetadata, segfaulting on this:

 {{{
 SELECT
         pixeltype,
         hasnodata,
         round(nodatavalue::numeric, 3),
         isoutdb,
         path
 FROM ST_BandMetaData(
         make_test_raster(10, 10, 0, 0, 0, 0, 5, TRUE),
         6
 );
 }}}

 Changing last arg to 5 prevents the crash

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1432#comment:3>
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-devel mailing list