[postgis-devel] [PostGIS] #958: [raster] Regress test failures on 32 bit

PostGIS trac at osgeo.org
Tue May 17 13:10:31 PDT 2011


#958: [raster] Regress test failures on 32 bit
----------------------------+-----------------------------------------------
 Reporter:  strk            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by pracine):

 The following query make the server to crash:

 {{{
 SELECT  ST_AddBand(
                 ST_AddBand(
                         ST_AddBand(
                                 ST_MakeEmptyRaster(200, 200, 10, 10, 2, 2,
 0, 0,-1)
                                 , 1, '64BF', 1234.5678, NULL
                         )
                         , '64BF', 987.654321, NULL
                 )
                 , '64BF', 9876.54321, NULL
         )
 }}}

 If I remove one ST_AddBand imbrication, no problem.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/958#comment:2>
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