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

PostGIS trac at osgeo.org
Fri May 20 06:19:39 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:                  |  
----------------------------+-----------------------------------------------

Comment(by jorgearevalo):

 Oh, what I've done... Of course. Absolutely stupid on my side. This is
 what happens when you do things quickly and without thinking. Attached the
 right log file. And I executed:

 {{{
 echo "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)" | valgrind
 --leak-check=full --log-file=valgrind_stband.log --track-origins=yes -v
 --trace-children=yes /usr/lib/postgresql/8.4/bin/postgres --single -D
 /var/lib/postgresql/8.4/main/ -v 8.4 -c config-
 file=/etc/postgresql/8.4/main/postgresql.conf testing2
 }}}

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