[postgis-tickets] [PostGIS] #2449: infinite loop around gserialized_gist_picksplit_2d

PostGIS trac at osgeo.org
Fri Nov 8 23:03:16 PST 2013


#2449: infinite loop around gserialized_gist_picksplit_2d
----------------------+-----------------------------------------------------
  Reporter:  j3d      |       Owner:  pramsey      
      Type:  defect   |      Status:  closed       
  Priority:  medium   |   Milestone:  PostGIS 2.1.1
 Component:  postgis  |     Version:  2.1.x        
Resolution:  fixed    |    Keywords:               
----------------------+-----------------------------------------------------

Comment(by smagen):

 I found that there is still low probability of assertion trigger.
 Assert(lower >= context.rightLower);
 should be replaced with
 Assert(lower >= context.rightLower || isnan(lower));
 Could you commit this small fix>

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2449#comment:17>
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