Opened 10 years ago
Closed 7 years ago
#3055 closed defect (fixed)
[raster] ST_Clip() on a raster without band crashes the server
Reported by: | pracine | Owned by: | robe |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.2.7 |
Component: | raster | Version: | 2.1.x |
Keywords: | Cc: |
Description ¶
SELECT ST_Clip(ST_MakeEmptyRaster(42, 42, 0, 0, 1.0, 1.0, 0, 0, 4269), ST_MakeEnvelope(0, 0, 20, 20, 4269));
crashes the server.
When the ST_Clip() crop parameter is set to TRUE, ST_Clip() could just change the extent of the empty raster…. When it is set to false, it could just return the raster unmodified.
Change History (12)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Milestone: | → PostGIS 2.1.6 |
---|---|
Priority: | medium → high |
comment:3 by , 10 years ago
Milestone: | PostGIS 2.1.6 → PostGIS 2.1.7 |
---|
comment:4 by , 10 years ago
Milestone: | PostGIS 2.1.7 → PostGIS 2.1.8 |
---|
comment:5 by , 9 years ago
Milestone: | PostGIS 2.1.8 → PostGIS 2.1.9 |
---|
comment:6 by , 7 years ago
Milestone: | PostGIS 2.1.9 → PostGIS 2.2.6 |
---|
comment:7 by , 7 years ago
Milestone: | PostGIS 2.2.6 → PostGIS 2.2.7 |
---|
comment:8 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Note:
See TracTickets
for help on using tickets.
This still crashes server even at 2.4