[postgis-tickets] [PostGIS] #4058: st_curvetoline hangs forever

PostGIS trac at osgeo.org
Thu Jun 14 22:44:38 PDT 2018


#4058: st_curvetoline hangs forever
----------------------+---------------------------
  Reporter:  mjurce   |      Owner:  strk
      Type:  defect   |     Status:  assigned
  Priority:  medium   |  Milestone:  PostGIS 2.4.5
 Component:  postgis  |    Version:  2.4.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 Ok my reduced testcase was using a weird syntax (see #4109).
 This one reproduces the problem for me:
 {{{
 SELECT ST_CurveToLine(
 'CIRCULARSTRING(2696000.553 1125699.831999999936670,
 2695950.552000000141561 1125749.833000000100583,
 2695865.195999999996275  1125835.189000)'
 ::geometry, 0.0001,1,0);
 }}}

 And note it is NOT interruptible, so only run in a controlled environment

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4058#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