idealboy opened a new issue #10513: pure virtual function call
URL: https://github.com/apache/incubator-mxnet/issues/10513
 
 
   Note: Providing complete information in the most concise form is the best 
way to get help. This issue template serves as the checklist for essential 
information to most of the technical issues and bug reports. For non-technical 
issues and feature requests, feel free to present the information in what you 
believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at 
https://discuss.mxnet.io 
   
   ## Description
   (Brief description of the problem in no more than 2 sentences.)
   when I predict the image with resnet-18 in java jni(jdk 1.8), the problem 
occure at random in release mode.
   
   ## Environment info (Required)
   
   pure virtual method called
   terminate called without an active exception
   run.sh: line 2: 14921 Aborted                 (core dumped) java test
   
   ```
   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.
   ----------Python Info----------
   ('Version      :', '2.7.12')
   ('Compiler     :', 'GCC 4.4.7 20120313 (Red Hat 4.4.7-1)')
   ('Build        :', ('default', 'Jul  2 2016 17:42:40'))
   ('Arch         :', ('64bit', 'ELF'))
   ------------Pip Info-----------
   ('Version      :', '9.0.1')
   ('Directory    :', '/**/anaconda2/lib/python2.7/site-packages/pip')
   ----------MXNet Info-----------
   ('Version      :', '1.2.0')
   ('Directory    :', 
'/**/anaconda2/lib/python2.7/site-packages/mxnet-1.2.0-py2.7.egg/mxnet')
   Hashtag not found. Not installed from pre-built package.
   ----------System Info----------
   ('Platform     :', 
'Linux-3.10.0-123.el7.x86_64-x86_64-with-centos-7.0.1406-Core')
   ('system       :', 'Linux')
   ('node         :', '**')
   ('release      :', '3.10.0-123.el7.x86_64')
   ('version      :', '#1 SMP Mon Jun 30 12:09:22 UTC 2014')
   ----------Hardware Info----------
   ('machine      :', 'x86_64')
   ('processor    :', 'x86_64')
   Architecture:          x86_64
   CPU op-mode(s):        32-bit, 64-bit
   Byte Order:            Little Endian
   CPU(s):                32
   On-line CPU(s) list:   0-31
   Thread(s) per core:    2
   Core(s) per socket:    8
   Socket(s):             2
   NUMA node(s):          2
   Vendor ID:             GenuineIntel
   CPU family:            6
   Model:                 63
   Model name:            Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
   Stepping:              2
   CPU MHz:               2599.968
   BogoMIPS:              4804.68
   Virtualization:        VT-x
   L1d cache:             32K
   L1i cache:             32K
   L2 cache:              256K
   L3 cache:              20480K
   NUMA node0 CPU(s):     0-7,16-23
   NUMA node1 CPU(s):     8-15,24-31
   ----------Network Test----------
   Setting timeout: 10
   Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0699 
sec, LOAD: 1.4575 sec.
   Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0792 sec, LOAD: 
0.5487 sec.
   Timing for FashionMNIST: 
https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz,
 DNS: 0.2705 sec, LOAD: 1.4616 sec.
   Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.1860 sec, 
LOAD: 1.0033 sec.
   Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.5776 sec, LOAD: 
0.1848 sec.
   Error open Gluon Tutorial(cn): https://zh.gluon.ai, <urlopen error [SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>, DNS 
finished in 0.693331956863 sec.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   (I'm using ...)
   
   For Scala user, please provide:
   1. Java version: (`java -version`)
   2. Maven version: (`mvn -version`)
   3. Scala runtime if applicable: (`scala -version`)
   
   For R user, please provide R `sessionInfo()`:
   
   ## Build info (Required if built from source)
   
   Compiler (gcc/clang/mingw/visual studio):
   
   MXNet commit hash:
   (Paste the output of `git rev-parse HEAD` here.)
   
   Build config:
   (Paste the content of config.mk, or the build command.)
   
   ## Error Message:
   (Paste the complete error message, including stack trace.)
   
   ## Minimum reproducible example
   (If you are using your own code, please provide a short script that 
reproduces the error. Otherwise, please provide link to the existing example.)
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1.
   2.
   
   ## What have you tried to solve it?
   
   1.
   2.
   

----------------------------------------------------------------
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