segfault using numpy's lapack_lite with multiprocessing on osx, not linux
It turns out that the Accelerate framework used by default on OSX just doesn't support using BLAS calls on both sides of a fork
. No real way to deal with this other than linking to a different BLAS, and it doesn't seem like something they're interested in fixing.