Opened 14 years ago
Last modified 14 years ago
#837 closed defect
ST_MapAlgebra -- I think we have a memory leak — at Version 2
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description (last modified by )
I tried to do this on my test elephant
-- its a single tile -- I forget the size O
ALTER TABLE ch13.pele ADD column map_rast raster; UPDATE ch13.pele SET map_rast = ST_MapAlgebra(rast,'CASE WHEN rast BETWEEN 100 and 250 THEN 1 WHEN rast = 252 THEN 2 WHEN rast BETWEEN 253 and 254 THEN 3 ELSE 0 END', '2BUI') ;
and it crashes the server after about 13 seconds.
This is on Windows XP latest trunk.
Change History (3)
by , 14 years ago
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Version: | 1.5.X → trunk |
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.