<div dir="ltr"><div>Thanks Even for notifying this.</div><div>I see the fix will be included in the next releases 3.7.3 and 3.8.0, both planned for November 1st (just in a couple of weeks) <a href="https://github.com/OSGeo/gdal/milestones">https://github.com/OSGeo/gdal/milestones</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 16 Oct 2023 at 16:42, 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);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" 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" 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" 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">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>