[postgis-devel] [PostGIS] #1997: regression failures under windows 9.2 64-bit release
PostGIS
trac at osgeo.org
Fri Sep 21 23:20:09 PDT 2012
#1997: regression failures under windows 9.2 64-bit release
------------------------------------+---------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.2
Component: build/upgrade/install | Version: trunk
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment(by robe):
Okay seems to be some sort of memory leak or something.
An example that crashes the service (only my 64-bit the 32-bit seems fine)
If I run this statement 3-4 times on the 3rd to 4th time it crashes the
service
{{{
select '165', ST_AsEWKT('POLYGON((0 0 0, 1 0 0, 1 1 0, 0 1 0, 0 0.1 1))');
}}}
I don't recall having this issue when testing Pg9.2rc1, so this may be a
new development.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1997#comment:5>
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