<div dir="auto">Thanks for the heads up!<div dir="auto"><br></div><div dir="auto">Can you share that SHAs of the fix and cause?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 16, 2023, 7:44 AM Even Rouault via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
For GDAL 3.6.0 to 3.7.2, use of multi-threaded GTiff <br>
compression+decompression, in particular within the same file, as for <br>
example in a "gdalwarp -co COMPRESS=... -co NUM_THREADS=..." workflow <br>
can lead to deadlocks (process stalled forever) and/or data corruption <br>
(sometimes without errors at generation). Cf <br>
<a href="https://github.com/OSGeo/gdal/issues/8470" rel="noreferrer noreferrer" target="_blank">https://github.com/OSGeo/gdal/issues/8470</a> for a reproducer. The fix is <br>
in <a href="https://github.com/OSGeo/gdal/pull/8561" rel="noreferrer noreferrer" target="_blank">https://github.com/OSGeo/gdal/pull/8561</a><br>
<br>
The issue is particularly visible on Windows, or more generally any <br>
operating system (or file system where the output file is located) which <br>
has no VSIVirtualHandle::PRead() implementation, but it can also be <br>
occasionally reproduced on Linux (at least as a deadlock).<br>
<br>
Even<br>
<br>
-- <br>
<a href="http://www.spatialys.com" rel="noreferrer noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank" rel="noreferrer">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>