[postgis-devel] [PostGIS] #1514: [RASTER] ST_DumpAsPolygon crashes the backend
PostGIS
trac at osgeo.org
Tue Jan 31 02:35:03 PST 2012
#1514: [RASTER] ST_DumpAsPolygon crashes the backend
----------------------------+-----------------------------------------------
Reporter: strk | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
I've imported a geotiff produced by gdal reading the swisstopo NTv2
gridshift file.
After that, this query kills the backend:
=# create table chenyx06a_longs as select st_centroid(geom), val from (
select (st_dumpaspolygons(rast, 2)).* from chenyx06a ) as foo;
Note that dumping band 1 didn't kill the backend.
Let me know how I can help further debugging the issue.
The .tif file is attached to this ticket.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1514>
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