#27399: Segfault when running GDALBandTests on OSX 10.11.6
--------------------------------------+--------------------
     Reporter:  Tatiana Vasilevskaya  |      Owner:  nobody
         Type:  Bug                   |     Status:  new
    Component:  GIS                   |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 When running `gis_tests.gdal_tests.test_raster.GDALBandTests` tests on OSX
 10.11.6 django calls `capi.open_ds` inside `GDALRaster`. This results in a
 Segmentation fault. Occurs on the master branch
 (80e742d991b276023a3aa51a29ed757879051282).

 {{{
 /Users/vasilty/Documents/Projects/django/tests/runtests.py(483)<module>()
 -> options.exclude_tags,
 /Users/vasilty/Documents/Projects/django/tests/runtests.py(277)django_tests()
 -> extra_tests=extra_tests,
 /Users/vasilty/Documents/Projects/django/django/test/runner.py(596)run_tests()
 -> result = self.run_suite(suite)
 /Users/vasilty/Documents/Projects/django/django/test/runner.py(561)run_suite()
 -> return runner.run(suite)
 
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/runner.py(176)run()
 -> test(result)
 
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/suite.py(84)__call__()
 -> return self.run(*args, **kwds)
 
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/suite.py(122)run()
 -> test(result)
 
/Users/vasilty/Documents/Projects/django/django/test/testcases.py(211)__call__()
 -> super(SimpleTestCase, self).__call__(result)
 
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/case.py(648)__call__()
 -> return self.run(*args, **kwds)
 
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/case.py(596)run()
 -> self.setUp()
 >
 
/Users/vasilty/Documents/Projects/django/tests/gis_tests/gdal_tests/test_raster.py(312)setUp()
 -> self.rs_path = os.path.join(os.path.dirname(upath(__file__)),
 '../data/rasters/raster.tif')
 }}}

 TIFFReadDirectory: Warning, Unknown field with tag 42113 (0xa481)
 encountered.
 Segmentation fault: 11

--
Ticket URL: <https://code.djangoproject.com/ticket/27399>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.27f3f0cbc5728368192dd11a596f71e8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to