Ask Your Question

eduherminio's profile - activity

2017-03-01 14:22:28 -0600 received badge  Supporter (source)
2017-02-11 08:48:38 -0600 commented question Segmentation fault while installing in Ubuntu 14.04

After updating my compiler to a most recent version (5.4.1) it worked flawlessly, I'm awaiting to be able to add it as an answer, in case someone else faces the same problem.

2017-02-10 08:30:37 -0600 received badge  Editor (source)
2017-02-10 06:32:51 -0600 asked a question Segmentation fault while installing in Ubuntu 14.04

Hi everyone,

After trying to follow this instructions to install OpenCV (equivalent to the instructions of v3.2.0) in Ubuntu 14.04, I'm getting the following segmentation fault error after the 'making' step:

/home/eduardo/opencv-3.2.0/modules/ts/include/opencv2/ts/ts_gtest.h:13385:9: internal compiler error: ViolaciĆ³n de segmento
   const T26 v26_;
         ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/perf/perf_addWeighted.cpp.o] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: *** [all] Error 2

Any hints of how to solve it? Thanks in advance,

Eduardo