Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Andrew Bell
On Thu, Jan 9, 2020 at 3:18 PM Even Rouault wrote: > Andrew, > > > Any ideas what might be going on or what I might look for to fix? > > Did you build GDAL yourself ? Check if you built against internal libtiff > or > not ? If you built against internal libtiff, make sure to use >

Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Even Rouault
Andrew, > Any ideas what might be going on or what I might look for to fix? Did you build GDAL yourself ? Check if you built against internal libtiff or not ? If you built against internal libtiff, make sure to use --with-rename-internal-libtiff-symbols to avoid any potential symbol clash with

Re: [gdal-dev] Test Failure Question

2020-01-09 Thread Sean Gillies
Hi Andrew, Running the test under lldb will give you some leads. Within your activated environment, so that "python" is the correct one: $ lldb python (lldb) run -m pytest /Users/acbell/gdal/autotest/gcore/tiff_ovr.py On Thu, Jan 9, 2020 at 11:48 AM Andrew Bell wrote: > Hi, > > I'm getting

[gdal-dev] Test Failure Question

2020-01-09 Thread Andrew Bell
Hi, I'm getting an abort when I run autotest on OSX: gcore/tiff_ovr.py ..Fatal Python error: Aborted Current thread 0x7fff9465d380 (most recent call first): File