[geos-devel] Re: [GEOS] #299: geos::geom::CoordinateArraySequenceFactory unit test failing on Bad Apple

GEOS geos-trac at osgeo.org
Sun Feb 12 10:01:05 EST 2012


#299: geos::geom::CoordinateArraySequenceFactory unit test failing on Bad Apple
----------------------------+-----------------------------------------------
 Reporter:  pramsey         |        Owner:  geos-devel@…              
     Type:  defect          |       Status:  closed                    
 Priority:  major           |    Milestone:  GEOS Future               
Component:  Unit Tests      |      Version:  svn-trunk                 
 Severity:  Unassigned      |   Resolution:  fixed                     
 Keywords:  mac,macosx,osx  |  
----------------------------+-----------------------------------------------
Changes (by 2sin18):

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


Comment:

 It is a GEOS bug, I fix it using following steps:
 1 add a dealloc method implementation for
 geos::operation::releate::RelateComputer
 2 add missing includes in geos::geom::util::SineStarFactory
 implementation:
   #include <geos/geom/CoordinateSequence.h>
   #include <geos/geom/LinearRing.h>

 It works good with GEOS 3.3.0 for Mac OSX 10.7.

 I do not know how to commit a patch, somebody could make one, thanks.

 BTW GEOS should do more code review.

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/299#comment:30>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list