Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#683 closed defect (fixed)

ST_BuildArea crash on POLYGON EMPTY

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

— crash — hmm I wonder if its all GEOS functions

SELECT ST_BuildArea(ST_GeomFromText('POINT EMPTY',4326))

Again the other empty geometries tested don't crash.

Change History (4)

comment:1 by pramsey, 13 years ago

What should the answer be?

comment:2 by robe, 13 years ago

Sorry that was a typo. I meant to write POLYGON EMPTY

SELECT ST_BuildArea(ST_GeomFromText('POLYGON EMPTY',4326))

comment:3 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

Fixed at r6302

comment:4 by strk, 12 years ago

POINT EMPTY regress-tested at r8410

Note: See TracTickets for help on using tickets.