Opened 12 years ago

Closed 12 years ago

#1514 closed defect (fixed)

[RASTER] ST_DumpAsPolygon crashes the backend

Reported by: strk Owned by: pracine
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

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.

Attachments (1)

CHENYX06a.tif (809.9 KB ) - added by strk 12 years ago.

Download all attachments as: .zip

Change History (3)

by strk, 12 years ago

Attachment: CHENYX06a.tif added

comment:1 by strk, 12 years ago

Oh, it is a single band. May be the cause for the crash…

comment:2 by Bborie Park, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r8973.

Note: See TracTickets for help on using tickets.