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 <[email protected]> wrote: > Hi, > > I'm getting an abort when I run autotest on OSX: > > gcore/tiff_ovr.py > ..................FFFF................................................................Fatal > Python error: Aborted > > Current thread 0x00007fff9465d380 (most recent call first): > File "/Users/acbell/gdal/autotest/gcore/tiff_ovr.py", line 1364 in > test_tiff_ovr_43 > File > "/Users/acbell/miniconda3/envs/gdaldev/lib/python3.8/site-packages/_pytest/python.py", > line 166 in pytest_pyfunc_call > File > "/Users/acbell/miniconda3/envs/gdaldev/lib/python3.8/site-packages/pluggy/callers.py", > line 187 in _multicall > File > "/Users/acbell/miniconda3/envs/gdaldev/lib/python3.8/site-packages/pluggy/manager.py", > line 84 in <lambda> > File > "/Users/acbell/miniconda3/envs/gdaldev/lib/python3.8/site-packages/pluggy/manager.py", > line 93 in _hookexec > ... > > Line 1364 is: > > ds = gdaltest.tiff_drv.Create('tmp/ovr43.tif', 16, 16, 1, gdal.GDT_UInt16) > > Any ideas what might be going on or what I might look for to fix? > > Thanks, > > -- > Andrew Bell > [email protected] > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev -- Sean Gillies
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
