[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-11 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-404240855 The problem was with OpenBLAS. I installed ATLAS and was able to build.

[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-10 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-403922431 Might be worth mentioning, when I do not use CPP-PACKAGE (have it off) code compiles without a problem.

[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-09 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-403546188 The warning about not finding a safe path goes away when I turn off OpenMP.

[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-06 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-403171852 Another thing I noticed, I get multiple cmake warnings most of which are concerned with cpp-package examples. Here is just one example of

[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-06 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-403128176 The error happens inside of libmxnet.so. After running the debugger, here is a quick snippet where it goes wrong: #0

[GitHub] golo314 commented on issue #11543: Seg. Fault installing cpp-package

2018-07-05 Thread GitBox
golo314 commented on issue #11543: Seg. Fault installing cpp-package URL: https://github.com/apache/incubator-mxnet/issues/11543#issuecomment-402798105 Quick update, it seems that the problem is that the OpWrapperGenerator.py is unable to find the other .so files. It finds the libmxnet.so