Opened 15 years ago

Closed 15 years ago

#2887 closed defect (fixed)

GRIB driver crashes with large datasets

Reported by: jgomezdans Owned by: warmerdam
Priority: normal Milestone: 1.6.1
Component: GDAL_Raster Version: 1.6.0
Severity: normal Keywords: grib
Cc:

Description

When trying to list the information of a large (around 19000 bands) GRIB dataset, gdalinfo crashes. Python bindings crash with a segfault on the same dataset. Similar datasets with a smaller set of bands work fine. A sample large dataset from ECMWF ERA40 reanalysis (around 1.1 Gb) is available for testing in here. Running gdalinfo with debug information doesn't yield anything.

Change History (3)

comment:1 by warmerdam, 15 years ago

I'm afraid that file is too large for Chaitanya or I to practically download.

comment:2 by Even Rouault, 15 years ago

I could download it (not sure I could find what's wrong...) but the link seems to be broken. Permission problem on the server?

comment:3 by Even Rouault, 15 years ago

Milestone: 1.6.1
Resolution: fixed
Status: newclosed

Ok, file finally downloaded now... In fact this issue has been fixed in trunk and branches/1.6 just a few weeks ago as ticket #2751.

But as this file also produces a lot of info printf on the console, I've removed them in trunk (r16562) and branches/1.6 (r16563)

Note: See TracTickets for help on using tickets.