[postgis-devel] [PostGIS] #705: ST_Distance on points crashes server

PostGIS trac at osgeo.org
Mon Dec 13 11:26:25 PST 2010


#705: ST_Distance on points crashes server
----------------------+-----------------------------------------------------
  Reporter:  robe     |       Owner:  pramsey      
      Type:  defect   |      Status:  closed       
  Priority:  blocker  |   Milestone:  PostGIS 2.0.0
 Component:  postgis  |     Version:  trunk        
Resolution:  fixed    |    Keywords:               
----------------------+-----------------------------------------------------
Changes (by pramsey):

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


Comment:

 Fixed at r6349. There was a syntax error in a PG_FREE_IF_COPY call that
 double freed the first argument, like so
 {{{
 PG_FREE_IF_COPY(geom1, 0);
 PG_FREE_IF_COPY(geom2, 0);
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/705#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-devel mailing list