[postgis-devel] [PostGIS] #1860: geometry regression tests not raster safe
PostGIS
trac at osgeo.org
Tue Jun 12 01:22:33 PDT 2012
#1860: geometry regression tests not raster safe
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.2
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
I'm still getting a lot of crashing when testing against VC 64-bit EDB
builds for 9.0 and 9.1. I tried to run these outside of mingw to see if
they crash by themselves, but I quickly ran into obstacles.
It seems a lot of our tests e.g. regress.sql
use constructs like
ST_SRID('POINT(1 2)')
which if you have raster installed gives a st_srid(unknown) is not unique
errors. I think we have quite a few of these that need to be changed to
{{{
ST_SRID('POINT(1 2)'::geometry)
}}}
Anyrate I have managed to crash my 9.0x64bit after some runs, outside of
mingw environment so separate issue.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1860>
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