Jürgen, I can reproduce the crash on a fresh new OSGeo4W 32 bit install just GDAL 2.1.1-1. After a few trial&errors by trying previous versions of gdal, libtiff and libgeotiff, I've determined that it is the recent update of libgeotiff 1.4.2-1 that seems to be the cause of the crashes. When manually reverting to libgeotiff-1.3.0-3 dll, I no longer get the crash on the sample .tif (although just substituting the libgeotiff dll is not recommended, as there might be some subtle ABI differences in 1.3.0 vs 1.4.2 that might cause later issues)
Interestingly, when installing gdal-dev (2.2.0dev) and sourcing it, I don't get the crash, even with libgeotiff 1.4.2-1 I also tried a fresh new OSGeo4W 64 bit install but it fails when downloading ogdi. I'm not sure what is wrong exactly with gdal 2.1.1/libgeotiff 1.4.2 since when installing gisinternals binaries ( http://download.gisinternals.com/sdk/downloads/release-1600-gdal-2-1- mapserver-7-0.zip ), gdalinfo works on the provided GeoTIFF. One difference is that gisinternal binaries are compiled with the internal version of libgeotiff in GDAL, but the sources of that one are sync'ed from latest state of libgeotiff SVN, so ~ 1.4.2. One subtelty between internal and external libgeotiff regarding GDAL is how some CPL services (the ones parsing CSV files mostly) are hooked. Even Le vendredi 02 septembre 2016 18:25:12, C Hamilton a écrit : > I don't know if this crash information is helpful. > > Problem signature: > Problem Event Name: APPCRASH > Application Name: qgis-bin.exe > Application Version: 0.0.0.0 > Application Timestamp: 57c0c24e > Fault Module Name: ntdll.dll > Fault Module Version: 6.1.7601.23418 > Fault Module Timestamp: 5708a73e > Exception Code: c0000005 > Exception Offset: 000346f3 > OS Version: 6.1.7601.2.1.0.256.48 > Locale ID: 1033 > Additional Information 1: 1d0c > Additional Information 2: 1d0c85114d5e995e150b85f0f1b98898 > Additional Information 3: 5dac > Additional Information 4: 5dacaa43bc2311a4ec5a6b7872b77a7a > > > On Fri, Sep 2, 2016 at 10:44 AM, Giovanni Manghi > <[email protected]> > > wrote: > > Hi, > > > > > Has anyone encountered this yet? I am using the 32-bit Network > > > > Installer. I > > > > > think it started with the latest GDAL update. Loading a GeoTIFF fails > > > on both my machines. I had to go back to the long term release on my > > > machine that I use for actual work. > > > > any geotiff? could you eventually share one that does not work for you > > so we can test on 64bit and other platforms? > > > > cheers! > > > > -- g -- > > _______________________________________________ > > Qgis-developer mailing list > > [email protected] > > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
