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 2019/05/07 07:24:22 UTC

[GitHub] [incubator-mxnet] William-jia opened a new issue #14904: libmxnet.so from pypi mxnet-mkl==1.4.0, segmentation fault 11

William-jia opened a new issue #14904: libmxnet.so from pypi mxnet-mkl==1.4.0,segmentation fault 11
URL: https://github.com/apache/incubator-mxnet/issues/14904
 
 
   when process 10 picture use cpu, for 1000 time ,libmxnet.so will segmentation fault 11random, but if i use libmxnet.so compiler from source,it will not meet this error, but the model's output is wrong, object detection result is empty.
   
   Segmentation fault: 11
   
   Stack trace returned 10 entries:
   [bt] (0) /home/rrjia2/c++/plate_masic/engine/lib/libmxnet.so(+0x3f23c2) [0x7f12111273c2]
   [bt] (1) /home/rrjia2/c++/plate_masic/engine/lib/libmxnet.so(+0x38c9dde) [0x7f12145fedde]
   [bt] (2) /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f13813f14b0]
   [bt] (3) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0x41855a) [0x7f13807d755a]
   [bt] (4) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0x4b3884) [0x7f1380872884]
   [bt] (5) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0x4b4bd6) [0x7f1380873bd6]
   [bt] (6) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0xa7eaa3) [0x7f1380e3daa3]
   [bt] (7) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0xa7ebec) [0x7f1380e3dbec]
   [bt] (8) /java/jdk1.8.0_161/jre/lib/amd64/server/libjvm.so(+0x92da28) [0x7f1380ceca28]
   [bt] (9) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7f1381ba76ba]
   
   
   ubuntu 16.04 with mxnet1.4.0
   

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