[postgis-tickets] [PostGIS] #1029: geometric object crashes server with Out Of Memory

PostGIS trac at osgeo.org
Tue Oct 3 12:13:24 PDT 2017


#1029: geometric object crashes server with Out Of Memory
----------------------+--------------------------
  Reporter:  cousinm  |      Owner:  pramsey
      Type:  defect   |     Status:  closed
  Priority:  medium   |  Milestone:  PostGIS GEOS
 Component:  postgis  |    Version:  1.5.X
Resolution:  fixed    |   Keywords:
----------------------+--------------------------
Changes (by pramsey):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Times have changed, latest GEOS seems to handle this fine
 {{{
 postgis25=# select st_isvalid(the_geom) from test ;
 NOTICE:  Self-intersection at or near point 2.8991599328317328
 50.534034807793205
  st_isvalid
 ------------
  f
 (1 row)
 }}}
 {{{
  POSTGIS="2.5.0dev r15870" PGSQL="100" GEOS="3.7.0dev-CAPI-1.11.0 1618346"
 PROJ="Rel. 4.9.1, 04 March 2015" LIBXML="2.9.2" LIBJSON="0.12"
 LIBPROTOBUF="1.1.0"
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1029#comment:11>
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-tickets mailing list