[postgis-devel] [PostGIS] #1617: [raster] several regress failures on raster (old mingw)

PostGIS trac at osgeo.org
Sun Feb 26 11:18:29 PST 2012


#1617: [raster] several regress failures on raster (old mingw)
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pracine      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  raster   |     Version:  trunk        
 Keywords:  mingw    |  
---------------------+------------------------------------------------------

Comment(by pramsey):

 The key to most windows-specific problems seems to be dirty memory, in my
 experience thus far. For whatever reason, the odds that a an address will
 be zero'ed when you first read from it seem much higher in Linux/OSX. So
 check that all your variables have initializers, and that you don't assume
 malloc'ed space will be zero'ed out.

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