Ticket #1959 (closed defect: fixed)
INGR driver runs out of memory
| Reported by: | mpd | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | ingr |
| Cc: | ilucena |
Description
The INGR driver uses a single block for non-tiled RLE files. On a large, but highly compressed, example (like the attached 31417 x 15708) GDALRasterBlock::Internalize (called from GDALRasterBand::IRasterIO via GDALRasterBand::GetLockedBlockRef) cannot allocate enough RAM (about 470MB) to handle the block.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

