Ticket #1773 (new defect)
Overlay operations kill the backend when passed input with NaN values [FIXED BY GEOS-3.3.4]
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS GEOS |
| Component: | postgis | Version: | 2.0.x |
| Keywords: | Cc: |
Description
ST_UnaryUnion doesn't survive NaN values:
strk=# select ST_UnaryUnion( '010200000002000000000000000000F8FF000000000000F8FF0000000000000000000000000000F03F' ); The connection to the server was lost. Attempting reset: Failed. !>
The geometry is LINESTRING(-nan -nan,0 1), created by a bogus ST_Split (#1772). Origin of this bug is #1771.
Note that this is a GEOS bug so will need to be fixed there.
Change History
Note: See
TracTickets for help on using
tickets.
