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/01/06 17:00:03 UTC

[GitHub] MyraBaba opened a new issue #13782: Segmentation Fault on the Raspberry pi 3

MyraBaba opened a new issue #13782: Segmentation Fault on the Raspberry pi 3
URL: https://github.com/apache/incubator-mxnet/issues/13782
 
 
   I compiled mxnet from source with arm flags . succesfully finished and installed with 
   
   pip install -e .
   
   when I tr to load model and make test I got below error:
   ```
   
   `[19:54:40] src/nnvm/legacy_json_util.cc:209: Loading symbol saved by previous version v0.12.1. Attempting to upgrade...
   [19:54:40] src/nnvm/legacy_json_util.cc:217: Symbol successfully upgraded!
   
   Segmentation fault: 11
   
   Stack trace returned 7 entries:
   [bt] (0) /home/pi/Projects/incubator-mxnet/python/mxnet/../../lib/libmxnet.so(dmlc::StackTrace[abi:cxx11]()+0x34) [0x6d14ec50]
   [bt] (1) /home/pi/Projects/incubator-mxnet/python/mxnet/../../lib/libmxnet.so(+0x2eb70e0) [0x6fbd90e0]
   [bt] (2) /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76d3b6b0]
   [bt] (3) /home/pi/Projects/incubator-mxnet/python/mxnet/../../lib/libmxnet.so(nnvm::Symbol::GetInternals() const+0x20c) [0x6fc59d98]
   [bt] (4) /home/pi/Projects/incubator-mxnet/python/mxnet/../../lib/libmxnet.so(MXSymbolGetInternals+0x48) [0x6faebee4]
   [bt] (5) /usr/lib/arm-linux-gnueabihf/libffi.so.6(ffi_call_VFP+0x54) [0x71759dd0]
   [bt] (6) /usr/lib/arm-linux-gnueabihf/libffi.so.6(ffi_call+0x12c) [0x7175a7ec]`
   
   ```
   
   is there any idea ? 
   
   model is Resnet

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services