You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/01 09:42:57 UTC

[GitHub] [incubator-mxnet] HolyTerra opened a new issue #17733: "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"

HolyTerra opened a new issue #17733:  "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"
URL: https://github.com/apache/incubator-mxnet/issues/17733
 
 
   ## Description
   I tried to build MXNet from source,but failed each time after Running: OpWrapperGenerator.py.
   
   ### Error Message
   [ 93%] Built target mxnet
   Running: OpWrapperGenerator.py
   
   Segmentation fault: 11
   
   make[2]: *** [cpp-package/CMakeFiles/cpp_package_op_h.dir/build.make:59: cpp-package/CMakeFiles/cpp_package_op_h] Error 255
   make[1]: *** [CMakeFiles/Makefile2:2229: cpp-package/CMakeFiles/cpp_package_op_h.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   [ 93%] Built target image-classification-predict
   [ 93%] Built target im2rec
   make: *** [Makefile:141: all] Error 2
   
   ## Environment
   Ubuntu 19.10, CUDA 10.2, OpenCV 4.2
   gcc/g++ version is 7.4.0,build with c++14.
   I chose USE_CPP_PACKAGE, set BLAS to MKL and CPU runtime to TBB.
   
   
   ## What have you tried to solve it?
   
   1.I switched BLAS from openblas to MKL because of issue #11543, but it doesn't work.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] HolyTerra commented on issue #17733: "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"

Posted by GitBox <gi...@apache.org>.
HolyTerra commented on issue #17733:  "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"
URL: https://github.com/apache/incubator-mxnet/issues/17733#issuecomment-593946597
 
 
   
   
   
   > After switching to MKL, you may run into #17641
   > 
   > Can you try deleting `3rdparty/openmp` to see if the segfault is due to conflict between llvm openmp and intel openmp?
   
   You're right.Build finished after `3rdparty/openmp` removed,.Thank you for your support!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] HolyTerra closed issue #17733: "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"

Posted by GitBox <gi...@apache.org>.
HolyTerra closed issue #17733:  "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"
URL: https://github.com/apache/incubator-mxnet/issues/17733
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu commented on issue #17733: "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #17733:  "Segmentation fault: 11" after "Running: OpWrapperGenerator.py"
URL: https://github.com/apache/incubator-mxnet/issues/17733#issuecomment-593526689
 
 
   After switching to MKL, you may run into https://github.com/apache/incubator-mxnet/issues/17641
   
   Can you try deleting `3rdparty/openmp` to see if the segfault is due to conflict between llvm openmp and intel openmp?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services