[postgis-devel] [PostGIS] #1659: [raster] ST_Union raster out of memory then kicks the bucket on windows 64bit

PostGIS trac at osgeo.org
Thu Mar 15 16:42:07 PDT 2012


#1659: [raster] ST_Union raster out of memory then kicks the bucket on windows
64bit
----------------------------------------+-----------------------------------
 Reporter:  robe                        |       Owner:  pracine      
     Type:  defect                      |      Status:  new          
 Priority:  medium                      |   Milestone:  PostGIS 2.0.1
Component:  raster                      |     Version:  trunk        
 Keywords:  mingw windows 64bit, 32bit  |  
----------------------------------------+-----------------------------------

Comment(by dustymugs):

 robe, can you retry this?

 Testing the example query in the Windows Experimental 64-bit PostGIS on
 PostgreSQL 9.1 in Windows 7 Pro results in the following

 {{{
 NOTICE:  Neither raster provided has a NODATA value for the specified band
 indices.  NODATA value set to minimum possible for 16BSI
 CONTEXT:  PL/pgSQL function "_st_mapalgebra4unionstate" line 13 at RETURN
 SQL function "_st_mapalgebra4unionstate" statement 1
 ERROR:  invalid memory alloc request size 1137072672
 CONTEXT:  PL/pgSQL function "_st_mapalgebra4unionstate" line 13 at RETURN
 SQL function "_st_mapalgebra4unionstate" statement 1

 ********** Error **********

 ERROR: invalid memory alloc request size 1137072672
 SQL state: XX000
 Context: PL/pgSQL function "_st_mapalgebra4unionstate" line 13 at RETURN
 SQL function "_st_mapalgebra4unionstate" statement 1
 }}}

 It isn't crashing out on me.

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