We've been observing this segfault for a while now, so it is not specific to 0.3.9.
Invocation line:
make DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=64 INTERFACE64=1 SYMBOLSUFFIX=64_ OBJCONV=/io/objconv/objconv
Link to build/failure log: https://travis-ci.org/MacPython/openblas-libs/jobs/659863204?utm_medium=notification&utm_source=github_status
Summary of failure:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0xffff9b1509ab
#1 0xffff9b14fa1f
#2 0xffff9b2c65b7
#3 0xbe80d4
make[1]: *** [level1] Segmentation fault (core dumped)
make[1]: *** Waiting for unfinished jobs....
make: *** [tests] Error 2
Example PR exhibiting the segfault: MacPython/openblas-libs#26
If you'd like me to try some things let me know. Thanks!
We've been observing this segfault for a while now, so it is not specific to
0.3.9.Invocation line:
make DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=64 INTERFACE64=1 SYMBOLSUFFIX=64_ OBJCONV=/io/objconv/objconvLink to build/failure log: https://travis-ci.org/MacPython/openblas-libs/jobs/659863204?utm_medium=notification&utm_source=github_status
Summary of failure:
Example PR exhibiting the segfault: MacPython/openblas-libs#26
If you'd like me to try some things let me know. Thanks!