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

PostGIS trac at osgeo.org
Fri May 20 03:44:27 PDT 2011


#958: [raster] Regress test failures on 32 bit
----------------------------+-----------------------------------------------
 Reporter:  strk            |       Owner:  jorgearevalo 
     Type:  defect          |      Status:  assigned     
 Priority:  blocker         |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by jorgearevalo):

  * owner:  pracine => jorgearevalo
  * status:  new => assigned


Comment:

 Attached a valgrind report. I'm not sure about the meaning of the
 libcrypto related errors. There're no more errors. Did I forget any
 parameter in valgrind call? My line was:

 {{{
 valgrind --leak-check=full --track-origins=yes -v --trace-children=yes
 --log-file=st_band_valgrind.log perl /usr/bin/psql -d testing2 -c "select
 st_value(st_band(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), ARRAY[1]), 3, 3)"
 }}}

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