Segmentation fault (core dumped) - Python

asked 2018-10-29 17:41:59 -0600

Hi, all.

I build an example to recognize circle in images. It is ok until today. When I try to run the example now I always receive this error message: Segmentation fault (core dumped). When I call the import code, I already receive this error.

'''' import cv2 '''

I'm using Ubuntu 18.10.

edit retag flag offensive close merge delete

Comments

opencv version ? how did you install that ?

and where is your code ?

berak gravatar imageberak ( 2018-10-29 18:53:03 -0600 )edit

Hi, so... The error happen when I call the cv2 in the import step. But when I run the script as root, this error don't happen. So, I might think that is a permission error, but I still don't know how I can fix it.

Adriano Santos gravatar imageAdriano Santos ( 2018-10-30 17:42:00 -0600 )edit

please take a look at the faq .

as it is now, we can't help you.

berak gravatar imageberak ( 2018-10-30 21:07:38 -0600 )edit