Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

NCS2 / OpenVino 2019.1 on RPi: Segmentation fault after execution of last line of code

WG1
Beginner
263 Views

Hi everybody,

I have setup a RPi 3B+ and NCS2 based on the OpenVino Release l_openvino_toolkit_raspbi_p_2019.1.094. I also created a custom model for MNIST and try to infer it by the code below.

Randomely the program either runs fine without any issues or crashes after printing the final output message. I get "*** Error in `./simpleclassification': corrupted double-linked list: 0x016eb5f0 ***" as well as "Segmentation fault".

On a virual box VM (Ubuntu 16.04) the code runs fine without any issues.

Does anybody have an idea what the root cause is and how this could be solved?

 

EDIT:

found the solution: https://software.intel.com/es-es/node/807238

 

0 Kudos
1 Reply
WG1
Beginner
263 Views

Okay, found the solution myself.

As stated here https://software.intel.com/es-es/node/807238

 the compiler switch -march=armv7-a solves the problem

0 Kudos
Reply