[postgis-tickets] [PostGIS] #5528: IsValid XX000: GEOS isvalid() threw an error!

PostGIS trac at osgeo.org
Mon Sep 4 07:46:23 PDT 2023


#5528: IsValid  XX000: GEOS isvalid() threw an error!
--------------------------------+---------------------------
  Reporter:  Lars Aksel Opsahl  |      Owner:  pramsey
      Type:  defect             |     Status:  new
  Priority:  medium             |  Milestone:  PostGIS 3.4.1
 Component:  postgis            |    Version:  3.4.x
Resolution:                     |   Keywords:
--------------------------------+---------------------------
Comment (by strk):

 This can be reproduced also against GEOS-3.10.2, and both with ST_IsValid
 and ST_IsValidDetail:
 {{{
 postgis_ticket_5528=# select postgis_geos_compiled_version();
  postgis_geos_compiled_version
 -------------------------------
  3.10.2
 (1 row)

 postgis_ticket_5528=# select postgis_geos_version();
  postgis_geos_version
 ----------------------
  3.10.2-CAPI-1.16.0
 (1 row)

 postgis_ticket_5528=# select st_isvaliddetail(g, 0) from
 t5528.original_input ;
 ERROR:  GEOS isvaliddetail() threw an exception!
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5528#comment:6>
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