Thanks for the good news! I will wait for the 1.7.3 release. Best regards, Eloi
On Mon, May 24, 2010 at 11:58 AM, Even Rouault <[email protected] > wrote: > Eloi, > > I've fixed an "obvious" coding error in the degrib library used by GDAL to > read GRIB files that was the cause for the crash. It seems it is a bit > related to the warning message about not being able to parse the date (that > still persists), but not at the same place where the warning is emitted. > > Best regards, > > Even > > Le Monday 24 May 2010 10:30:25 Eloi Ribeiro, vous avez écrit : > > On Fri, Apr 30, 2010 at 12:42 PM, Eloi Ribeiro > <[email protected]>wrote: > > > On Thu, Apr 29, 2010 at 3:35 PM, Frank Warmerdam > <[email protected]>wrote: > > >> Eloi Ribeiro wrote: > > >>> Hi, > > >>> > > >>> I keep receiving this warning using GDAL (1.6.3 released 2009/11/19 > on > > >>> Ubuntu desktop 9.10) whith GRIB2 files: > > >>> > > >>> "Warning: Investigate Template 4.8 bytes 35-41 > > >>> Warning: Investigate Template 4.8 bytes 35-41 > > >>> (...) > > >>> Warning: Investigate Template 4.8 bytes 35-41 > > >>> Warning: Investigate Template 4.8 bytes 35-41 > > >>> Segmentation fault" > > >> > > >> Eloi, > > >> > > >> The message comes from this part of: > > >> > > >> gdal/frmts/grid/degrib18/degrib/inventory.cpp > > >> > > >> > > >> case GS4_STATISTIC: /* 4.8 */ > > >> if (InventoryParseTime (*buffer + 35 - 5, > &(inv->validTime)) > > >> != 0) { > > >> printf ("Warning: Investigate Template 4.8 bytes > > >> 35-41\n"); inv->validTime = inv->refTime + inv->foreSec; > > >> } > > >> > > >> Basically, it appears that it means there was a problem parsing > > >> a date in the grib file, and it is reported as a warning. > > >> > > >> There is no particular reason to believe it is related to the crash > > >> you see with some files. > > >> > > >> You might want to file a ticket with one of the files resulting in a > > >> crash for further investigation. > > >> > > >> Best regards, > > >> -- > > >> > > >> > ---------------------------------------+-------------------------------- > > >>------ I set the clouds in motion - turn up | Frank Warmerdam, > > >> [email protected] > > >> light and sound - activate the windows | http://pobox.com/~warmerdam > > >> and watch the world go round - Rush | Geospatial Programmer for > Rent > > > > > > Thank's for the tip Frank. > > > I just submitted a ticket[1]. > > > I hope this issue can be solved. > > > Regards, > > > > > > [1] http://trac.osgeo.org/gdal/ticket/3555 > > > > > > -- > > > Eloi Ribeiro > > > GIS Analyst > > > 39,45º -4,40º > > > http://eloiribeiro.wordpress.com > > > > Hi, > > Just to let Know that the bug [1] persist after update to the latest GDAL > > version: GDAL 1.7.2, released 2010/04/23. > > Best regards, > > > > [1] http://trac.osgeo.org/gdal/ticket/3555 > > > -- Eloi Ribeiro GIS Analyst 39,45º -4,40º http://eloiribeiro.wordpress.com
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
