[PostGIS] #6011: st_intersects segfault on ubuntu jammy (postgis 3.6.0, postgresql 18.0)

PostGIS trac at osgeo.org
Wed Oct 29 08:59:32 PDT 2025


#6011: st_intersects segfault on ubuntu jammy (postgis 3.6.0, postgresql 18.0)
-----------------------------+---------------------------
  Reporter:  Christoph Berg  |      Owner:  pramsey
      Type:  defect          |     Status:  new
  Priority:  medium          |  Milestone:  PostGIS 3.6.1
 Component:  postgis         |    Version:  3.5.x
Resolution:                  |   Keywords:
-----------------------------+---------------------------
Comment (by strk):

 Did you check if the segfault comes from GEOS itself ? You could use
 "geosop" to try it:

 {{{
 geosop \
  -a 'POINT(61.39676026068628 39.18938813731074)' \
  -b 'MULTIPOINT(EMPTY,(38.18379705771804
 1.379111967980862),(48.032580409199
 96.20595159940422),(94.26673082634807
 32.44167249649763),(7.300334237515926
 61.43170236609876),(13.169536320492625
 14.411543076857924),(9.375487919896841
 58.5021048784256),(23.129081027582288
 16.69569476507604),(94.89733050577343
 60.82506775856018),(28.634277591481805
 44.86722475849092),(50.71957716718316 94.28150206804276))' \
 intersects
 }}}

 The geosop command gives me false as of version 3.14.1dev (geos-config
 --version, revision is not available unfortunately)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6011#comment:1>
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