<p dir="ltr">On Jun 13, 2016 7:58 AM, "Marmaduke Woodman" <<a href="mailto:marmaduke.woodman@univ-amu.fr">marmaduke.woodman@univ-amu.fr</a>> wrote:<br>
><br>
[...]<br>
> - Anything touching HDF5 must use exactly the same version as MATLAB or segfault<br>
> - Scipy.io.{save,load}mat segfault<br>
> - C++ extension modules whose exception model doesn't match MATLAB's, segfault on exception<br>
> - Linalg segfault unless using MKL (which is what MATLAB uses)</p>
<p dir="ltr">What operating systems have you tested these on? These segfaults sound like they have to do with MATLAB making sub-optimal choices in how they handle shared libraries, but the shared library systems on Windows / OS X / Linux are so different that there's a good chance these limitations are operating system specific. (In particular I wouldn't be surprised if you found that all of the above issues happened only on Linux, but not windows or os X. The Linux linker is powerful and does make sense once you get to know it, but it also makes it very very easy to screw things up.)</p>
<p dir="ltr">-n</p>