<div dir="ltr">Hi Ari,<div><br></div><div>The Linux rasterio wheels I've been putting on PyPI include libraries built for compatibility with old versions of Linux, as old as CentOS 5. If there are any differences between the OS in your cloud and what you have on your local machines, you may experience some differences. If you can, it could be worth building Rasterio from source for your deployments, which would mean installing the build prerequisites (Numpy, Cython, GDAL) and running `pip install --no-binary rasterio rasterio`.</div><div><br></div><div>I wonder if you're more memory contrained in the cloud than you are on your own computer and if this is part of the trouble.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 9:50 AM Ari Jolma <<a href="mailto:ari.jolma@gmail.com">ari.jolma@gmail.com</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">We're seeing transient segfaults in gvBurnScanline with a huge in-memory <br>
raster created by rasterio.<br>
<br>
The raster size is (67264, 51776).<br>
<br>
The segfaults happen in cloud servers, not in laptops or local virtual <br>
machines.<br>
<br>
Debugging is hard because rasterio installs its own libgdal but with gdb <br>
I see with bt<br>
<br>
#0  __memset_avx2_unaligned_erms () at <br>
../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:245<br>
#1  0x00007ffff127646f in gvBurnScanline(void*, int, int, int, double) ()<br>
    from ../rasterio/.libs/libgdal-c9384152.so.20.5.0<br>
<br>
Any ideas?<br>
<br>
Thanks,<br>
<br>
Ari<br>
<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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Sean Gillies</div></div>