milandesai commented on issue #12802: Crash while loading libmxnet-scala.so URL: https://github.com/apache/incubator-mxnet/issues/12802#issuecomment-429311640 Hi @lanking520 , I ran the ldd command and there was no linking issue. Also, I simplified our set up to rule out any issues with our specific application logic and custom Scala 2.12 build process. To do this, I created a simple Scala 2.11 project that creates and prints out a small NDArray. The MXNet library for CentOS was built by installing opencv-devel and atlas-devel on a CentOS 7 VM followed by running `make` and `make scalapkg`. Here are our observations: - SIGILL error occurs ~50% of the time - Error occurs while loading MXNet library - Error occurs only on our CentOS7-based Docker image, never on a CentOS 7 VM - Error occurs only when using MXNet 1.2.x, 1.3.x, or master. Error never appears for 1.1.0. Given that the SIGINT occurs only in our Docker container and not on a VM, we are examining the image to see if any environment-specific thing could be triggering the error
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
