Lucasyc opened a new issue #10233: Endless Clone when importing on PowerPC
URL: https://github.com/apache/incubator-mxnet/issues/10233
 
 
   Note: 
   We are using ppc64le so we have to build from source. After all installation 
we try to import mxnet and then python shell get stuck. We looked into system 
trace and found that libmxnet.so is endlessly forking at some point and finally 
freeze CPU. We followed the building process exactly as what the documentation 
provided. 
   
   ## Description
   
   
   ## Environment info (Required)
   ppc64le  GNU/Linux
   ```
   What to do:
   1. Download the diagnosis script from 
https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   I'm using python
   
   ## Build info (Required if built from source)
   make -j $(nproc) USE_OPENCV=0 USE_BLAS=openblas USE_CUDA=1 
USE_CUDA_PATH=/mycudapath USE_CUDNN=1
   
   
   Compiler (gcc/clang/mingw/visual studio):
   g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)
   
   MXNet commit hash:
   7d0881036959f383bab7efa22a80a9caa419274c
   
   Build config:
   (Paste the content of config.mk, or the build command.)
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   After build mxnet and install python dependency. 
   Just start a python shell and run
   ```
   import mxnet as mx
   ```
   then the system hang. 
   
   ## Error Message:
   You can observe the infinite fork in this system trace file. 
   
[trace.txt](https://github.com/apache/incubator-mxnet/files/1843960/trace.txt)
   

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


With regards,
Apache Git Services

Reply via email to