[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-28 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-401145641 The environment variable was still active when I ran the code. This is an automated

[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-28 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-401025114 I've did the following: ``` make clean export MXNET_ENGINE_TYPE=NaiveEngine make ``` It still segfaults with the same error

[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-25 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-399963570 @larroy I followed [this howto](http://mxnet.incubator.apache.org/install/index.html) (select "Devices" and "Raspberry Pi"). I tried with both export

[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-19 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-398324885 It looks like a duplicate to #9094 This is an automated message from the Apache

[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-18 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-398169636 I've tried on v1.3.0 (current HEAD) and v1.2.0 branch (which is actually v1.2.1) and had the same results. It breaks in the same CreateVariableNode

[GitHub] tvandergeer commented on issue #9507: Segmentation Fault

2018-06-15 Thread GitBox
tvandergeer commented on issue #9507: Segmentation Fault URL: https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-397611793 I'm running into the same issue using MXNet v1.2.0 on a Raspberry Pi 3+. I've made a core dump and did a backtrace: ```