wa1618i commented on issue #5218: core dumped when I try to compile mxnet0.9.3 
with nnpack support WHY?
URL: 
https://github.com/apache/incubator-mxnet/issues/5218#issuecomment-337805448
 
 
   @szha I have same issue here, please re-open. I can build mxnet from the 
source without error but trying to import mxnet inside python, i get the error:
   
   [12:43:09] /home/lemma/mxnet/dmlc-core/include/dmlc/logging.h:308: 
[12:43:09] src/operator/nnpack/nnpack_util.h:43: nnp_initialize failed status=51
   
   Stack trace returned 10 entries:
   [bt] (0) 
/home/lemma/mxnet/python/mxnet/../../lib/libmxnet.so(_ZN5mxnet2op16NNPACKInitializeC1Ev+0x2fb)
 [0x7f25d2ced66b]
   [bt] (1) /home/lemma/mxnet/python/mxnet/../../lib/libmxnet.so(+0x66d0a6) 
[0x7f25d2a750a6]
   [bt] (2) /lib64/ld-linux-x86-64.so.2(+0x102da) [0x7f25fc9532da]
   [bt] (3) /lib64/ld-linux-x86-64.so.2(+0x103c3) [0x7f25fc9533c3]
   [bt] (4) /lib64/ld-linux-x86-64.so.2(+0x14e00) [0x7f25fc957e00]
   [bt] (5) /lib64/ld-linux-x86-64.so.2(+0x10194) [0x7f25fc953194]
   [bt] (6) /lib64/ld-linux-x86-64.so.2(+0x1454b) [0x7f25fc95754b]
   [bt] (7) /lib/x86_64-linux-gnu/libdl.so.2(+0x102b) [0x7f25fc14502b]
   [bt] (8) /lib64/ld-linux-x86-64.so.2(+0x10194) [0x7f25fc953194]
   [bt] (9) /lib/x86_64-linux-gnu/libdl.so.2(+0x162d) [0x7f25fc14562d]
   
   terminate called after throwing an instance of 'dmlc::Error'
     what():  [12:43:09] src/operator/nnpack/nnpack_util.h:43: nnp_initialize 
failed status=51
   
   Stack trace returned 10 entries:
   [bt] (0) 
/home/lemma/mxnet/python/mxnet/../../lib/libmxnet.so(_ZN5mxnet2op16NNPACKInitializeC1Ev+0x2fb)
 [0x7f25d2ced66b]
   [bt] (1) /home/lemma/mxnet/python/mxnet/../../lib/libmxnet.so(+0x66d0a6) 
[0x7f25d2a750a6]
   [bt] (2) /lib64/ld-linux-x86-64.so.2(+0x102da) [0x7f25fc9532da]
   [bt] (3) /lib64/ld-linux-x86-64.so.2(+0x103c3) [0x7f25fc9533c3]
   [bt] (4) /lib64/ld-linux-x86-64.so.2(+0x14e00) [0x7f25fc957e00]
   [bt] (5) /lib64/ld-linux-x86-64.so.2(+0x10194) [0x7f25fc953194]
   [bt] (6) /lib64/ld-linux-x86-64.so.2(+0x1454b) [0x7f25fc95754b]
   [bt] (7) /lib/x86_64-linux-gnu/libdl.so.2(+0x102b) [0x7f25fc14502b]
   [bt] (8) /lib64/ld-linux-x86-64.so.2(+0x10194) [0x7f25fc953194]
   [bt] (9) /lib/x86_64-linux-gnu/libdl.so.2(+0x162d) [0x7f25fc14562d]

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