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.

internal compiler error: Segmentation fault

Deepak_C_R
Beginner
1,102 Views

I am getting following error while compiling openvx_sample code.

samples/face_detection/CMakeFiles/face_detection_user_nodes_module.dir/face_detection_user_nodes_module.cpp.o

[ 32%] Linking CXX shared library libface_detection_user_nodes_module.so

[ 32%] Built target face_detection_user_nodes_module

Scanning dependencies of target face_detection

[ 32%] Building CXX object samples/face_detection/CMakeFiles/face_detection.dir/face_detection.cpp.o

/home/uncanny/IntelR_Computer_Vision_SDK_Beta_2017R2_samples/samples/face_detection/face_detection.cpp: In function ‘_vx_graph* CreateFaceDetectionGraph(vx_context, vx_image, vx_uint32, vx_uint32, vx_float32, vx_bool, vx_enum, const CmdParserFaceDetection&, vx_bool, vx_uint32, std::vector<_vx_node*>&, std::vector<const char*>&, std::vector<_vx_array*>&)’:

/home/uncanny/IntelR_Computer_Vision_SDK_Beta_2017R2_samples/samples/face_detection/face_detection.cpp:312:1: internal compiler error: Segmentation fault

}

^

Please submit a full bug report,

with preprocessed source if appropriate.

See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

samples/face_detection/CMakeFiles/face_detection.dir/build.make:62: recipe for target 'samples/face_detection/CMakeFiles/face_detection.dir/face_detection.cpp.o' failed

make[2]: *** [samples/face_detection/CMakeFiles/face_detection.dir/face_detection.cpp.o] Error 1

CMakeFiles/Makefile2:730: recipe for target 'samples/face_detection/CMakeFiles/face_detection.dir/all' failed

make[1]: *** [samples/face_detection/CMakeFiles/face_detection.dir/all] Error 2

Makefile:127: recipe for target 'all' failed

make: *** [all] Error 2

 

 

 

What could be the reason for same ?

0 Kudos
1 Reply
Stav_S_Intel
Employee
1,102 Views

Hi, 

What version is this? can you also share the bug file?

 

Regards,

Stav

0 Kudos
Reply