[postgis-devel] [PostGIS] #210: segmentation faults in lwgeom_geos.c:pgis_union_geometry_array

PostGIS trac at osgeo.org
Mon Jun 29 13:35:59 PDT 2009


#210: segmentation faults in lwgeom_geos.c:pgis_union_geometry_array
------------------------+---------------------------------------------------
  Reporter:  dfuhriman  |       Owner:  robe         
      Type:  defect     |      Status:  assigned     
  Priority:  medium     |   Milestone:  postgis 1.3.7
 Component:  postgis    |     Version:  trunk        
Resolution:             |    Keywords:               
------------------------+---------------------------------------------------
Comment (by pramsey):

 Oh, and things still seem to work OK.
 {{{
 postgis14=# select sum(area(the_geom)) from counties;
        sum
 ------------------
  1096.08192142873
 (1 row)

 postgis14=# select area(st_union(the_geom)) from counties;
        area
 ------------------
  1096.08192142873
 (1 row)

 postgis14=# insert into counties (the_geom) values (NULL);
 INSERT 0 1
 postgis14=# select area(st_union(the_geom)) from counties;
        area
 ------------------
  1096.08192142873
 (1 row)
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/210#comment:20>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS


More information about the postgis-devel mailing list