Ticket #179 (closed defect: fixed)
ST_MakeLine and ST_MakeLine_Garry crash server with null arrays
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.4.1 |
| Component: | postgis | Version: | 1.4.X |
| Keywords: | Cc: |
Description
SELECT ST_MakeLine_GArray(ARRAY[NULL,NULL,NULL,NULL])
server crashes. I traced one of my clients constantly crashing server to this. Their building process sometimes emits this which then kills the Postgres backend thus requiring manual restart of their geoserver app.
Note that the new PostGIS 1.4 equivalent
SELECT ST_MakeLine(ARRAY[NULL,NULL,NULL,NULL]) achieves the same destruction.
If we have a 1.3.7 I guess we should target for that too.
I think this is a long standing issue since I tested on 1.3.5 (and actually theya re running 1.3.5) and was able to do this.
Change History
Note: See
TracTickets for help on using
tickets.
