One of our customers has encountered a problem with our library (NumPy) when linked against MKL version 11.0.3 on the Windows platform. The program dies during an eigenvalue decomposition. The problem does not show up on a build of NumPy against an older version of the MKL.
Attached are some screenshots which provide information about:
1) Where the crash occurs (mkl_avx)
2) Which instruction it seems not to like (vandpd)
3) call stack
4&5) Configuration information (Windows Version and Hardware).
The software is Anaconda 1.5 available here: www.continuum.io but the same problem was replicated with other versions of NumPy downloaded elsewhere. Several machines with this kind of hardware seem to have the same problem.