Hello, I have sinchronized my dev version of GDAL with the last upstream/master today (commit 9f0bbc321e11d7f88ee59af5ccdfb58204ec04f6), and experimented a core dumped error.
The following checks had been done on the master branch (not modified by me). Compilation went well, then $ ~/software/gdal/gdal/apps/ogr2ogr --version throws lt-ogr2ogr: malloc.c:2401: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted (core dumped) Another example: $ ~/software/gdal/gdal/apps/gdalinfo Mercury_MESSENGER_MDIS_Basemap_BDR_Mosaic_Global_166m.tif lt-gdalinfo: malloc.c:2401: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted (core dumped) This is true for all the executables in apps. The installed version of gdal apps is still working $ ogr2ogr --version GDAL 2.4.0dev-d88e13e529-dirty, released 2018/11/05 $ gdalinfo Mercury_MESSENGER_MDIS_Basemap_BDR_Mosaic_Global_166m.tif Driver: GTiff/GeoTIFF Files: Mercury_MESSENGER_MDIS_Basemap_BDR_Mosaic_Global_166m.tif Size is 92160, 46080 Coordinate System is: .... blahblah NoData Value=0 and it corresponds to that commit (https://github.com/epn-vespa/gdal/commit/d88e13e529928bfc72b6283b5e360c441bf40754) Where is my problem? I'm lost... Thanks for any help, Chiara -- Chiara Marmo Ingénieur de Recherche GEOPS - Paris Sud-11 Bât 509 Tel: +33 (0)1 69 15 49 03 _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
