<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hi Even,</p>
<p>The big_endian test now is ok. But osx crash at the exiting of
python after all test finished successfully.</p>
<p>This is error message:</p>
<p>
<meta charset="utf-8">
</p>
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; white-space: pre-wrap;">libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
./gdal/ci/travis/osx/script.sh: line 13: 56363 Abort trap: 6 python run_all.py
I find out that this may be the result of resources free order:
<a class="moz-txt-link-freetext" href="https://github.com/dmlc/mxnet/issues/309">https://github.com/dmlc/mxnet/issues/309</a>
<a class="moz-txt-link-freetext" href="https://github.com/google/benchmark/issues/52">https://github.com/google/benchmark/issues/52</a>
No idea why this occurred then C++11 used. I'll try to use osx CI test disabling the CAD driver to exclude this possible issue.
</pre>
<pre class="moz-signature" cols="72">Best regards,
Dmitry</pre>
<div class="moz-cite-prefix">19.11.16 17:18, Even Rouault пишет:<br>
</div>
<blockquote cite="mid:1831867.Mghkbx2Czi@even-i700" type="cite">
<pre wrap="">On samedi 19 novembre 2016 16:52:09 CET Dmitry Baryshnikov wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I fixed all reported by Even and Kurt errors and recommendations in CAD
(DWG) driver and most of recommendations in OpenCAD library. The pull
request (<a class="moz-txt-link-freetext" href="https://github.com/OSGeo/gdal/pull/164">https://github.com/OSGeo/gdal/pull/164</a>) passed all the checks
successful. It seems to me the driver is ready to merge to the trunk.
This will simplify testing and reviewing the new driver by community.
There are some problems in big_endian and xcode CI tests, because of
C++11 compiler flags (not a problem of CAD driver code, etc.) - I
disable C++11 (and appropriate the CAD driver too) in this tests. It
seems to me that not blocking issue and I can merge the code to trunk.
Are there any objections?
</pre>
</blockquote>
<pre wrap="">
Massive +1
I've just noticed your comment <a class="moz-txt-link-freetext" href="https://github.com/OSGeo/gdal/pull/">https://github.com/OSGeo/gdal/pull/</a>
164#issuecomment-261525037 about the issue with C++11 in the GeoTIFF driver.
I've just fixed that code, so you can now likely re-enable C++11 in the
big_endian and mac envs
</pre>
</blockquote>
<br>
</body>
</html>